#A64933

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

Shades of Orange Roughy #A64933

Tints of Orange Roughy #A64933

Color information

#A64933 (or 0xA64933) is unknown color: approx Orange Roughy. HEX triplet: A6, 49 and 33. RGB value is (166,73,51). Sum of RGB (Red+Green+Blue) = 166+73+51=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A64933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64933 is #59B6CC. Grayscale: #626262. Windows color (decimal): -5879501 or 3361190. OLE color: 3361190.

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

Color convert

RGB1667351-
CMYK00.560.690.35
HSL11.48º53%42.55%-
HSV(B)11.48º69.28%65.1%-
XYZ18.7113.114.68-
YUV98.3101.31176.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.24%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 51 (20.31% from 255) = 17.59%
R=57.24%
G=25.17%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166735100.560.690.3511.485342.55
HexA649330384523b352b
Octal2461116307010543136553
Binary101001101001001110011011100010001011000111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64933; }

 p { color: rgb(166,73,51); }

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

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

 a { background-color: rgb(166,73,51); }

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

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

 span { border-color: rgb(166,73,51); }

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