#A64F37

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

Shades of Orange Roughy #A64F37

Tints of Orange Roughy #A64F37

Color information

#A64F37 (or 0xA64F37) is unknown color: approx Orange Roughy. HEX triplet: A6, 4F and 37. RGB value is (166,79,55). Sum of RGB (Red+Green+Blue) = 166+79+55=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F37 is #59B0C8. Grayscale: #666666. Windows color (decimal): -5877961 or 3624870. OLE color: 3624870.

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

Color convert

RGB1667955-
CMYK00.520.670.35
HSL12.97º50.23%43.33%-
HSV(B)12.97º66.87%65.1%-
XYZ19.2113.975.3-
YUV102.28101.32173.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 55 (21.88% from 255) = 18.33%
R=55.33%
G=26.33%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166795500.520.670.3512.9750.2343.33
HexA64F370344323d322b
Octal2461176706410343156253
Binary101001101001111110111011010010000111000111101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F37; }

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

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

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

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

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

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

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

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