#A94F37

Color #A94F37 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A94F37

Tints of Orange Roughy #A94F37

Color information

#A94F37 (or 0xA94F37) is unknown color: approx Orange Roughy. HEX triplet: A9, 4F and 37. RGB value is (169,79,55). Sum of RGB (Red+Green+Blue) = 169+79+55=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94F37 is #56B0C8. Grayscale: #676767. Windows color (decimal): -5681353 or 3624873. OLE color: 3624873.

HSL color Cylindrical-coordinate representation of color #A94F37: hue angle of 12.63º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94F37 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1697955-
CMYK00.530.670.34
HSL12.63º50.89%43.92%-
HSV(B)12.63º67.46%66.27%-
XYZ19.8514.35.33-
YUV103.17100.82174.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 55 (21.88% from 255) = 18.15%
R=55.78%
G=26.07%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169795500.530.670.3412.6350.8943.92
HexA94F370354322d332c
Octal2511176706510342156354
Binary101010011001111110111011010110000111000101101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F37; }

 p { color: rgb(169,79,55); }

 H1.HeaderClassName
 {
   color: #A94F37;
 }
 .AnyTagClassName
 {
   color: #A94F37;
 }
</style>
background-color css

<style>
 a { background-color: #A94F37; }

 a { background-color: rgb(169,79,55); }

 div.DivClassName
 {
   background-color: #A94F37;
 }
 .BgClassName
 {
   background-color: #A94F37;
 }
</style>
border-color css

<style>
 span { border-color: #A94F37; }

 span { border-color: rgb(169,79,55); }

 td.TdClassName
 {
   border-color: #A94F37;
 }
 .TagClassName
 {
   border-color: #A94F37;
 }
</style>