#A94F34

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

Shades of Orange Roughy #A94F34

Tints of Orange Roughy #A94F34

Color information

#A94F34 (or 0xA94F34) is unknown color: approx Orange Roughy. HEX triplet: A9, 4F and 34. RGB value is (169,79,52). Sum of RGB (Red+Green+Blue) = 169+79+52=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94F34 is #56B0CB. Grayscale: #676767. Windows color (decimal): -5681356 or 3428265. OLE color: 3428265.

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

Color convert

RGB1697952-
CMYK00.530.690.34
HSL13.85º52.94%43.33%-
HSV(B)13.85º69.23%66.27%-
XYZ19.7814.274.96-
YUV102.8399.32175.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=56.33%
G=26.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169795200.530.690.3413.8552.9443.33
HexA94F340354522e352b
Octal2511176406510542166553
Binary101010011001111110100011010110001011000101110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F34; }

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

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

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

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

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

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

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

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