#A64935

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

Shades of Orange Roughy #A64935

Tints of Orange Roughy #A64935

Color information

#A64935 (or 0xA64935) is unknown color: approx Orange Roughy. HEX triplet: A6, 49 and 35. RGB value is (166,73,53). Sum of RGB (Red+Green+Blue) = 166+73+53=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A64935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64935 is #59B6CA. Grayscale: #626262. Windows color (decimal): -5879499 or 3492262. OLE color: 3492262.

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

Color convert

RGB1667353-
CMYK00.560.680.35
HSL10.62º51.6%42.94%-
HSV(B)10.62º68.07%65.1%-
XYZ18.7513.134.91-
YUV98.53102.31176.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.85%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=56.85%
G=25%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166735300.560.680.3510.6251.642.94
HexA649350384423b342b
Octal2461116507010443136453
Binary101001101001001110101011100010001001000111011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64935; }

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

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

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

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

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

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

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

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