#A64F33

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

Shades of Orange Roughy #A64F33

Tints of Orange Roughy #A64F33

Color information

#A64F33 (or 0xA64F33) is unknown color: approx Orange Roughy. HEX triplet: A6, 4F and 33. RGB value is (166,79,51). Sum of RGB (Red+Green+Blue) = 166+79+51=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F33 is #59B0CC. Grayscale: #666666. Windows color (decimal): -5877965 or 3362726. OLE color: 3362726.

HSL color Cylindrical-coordinate representation of color #A64F33: hue angle of 14.61º 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 #A64F33 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1667951-
CMYK00.520.690.35
HSL14.61º53%42.55%-
HSV(B)14.61º69.28%65.1%-
XYZ19.1213.944.81-
YUV101.8299.32173.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 79 (31.25% from 255) = 26.69%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=56.08%
G=26.69%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166795100.520.690.3514.615342.55
HexA64F330344523f352b
Octal2461176306410543176553
Binary101001101001111110011011010010001011000111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F33; }

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

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

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

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

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

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

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

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