#A64A38

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

Shades of Orange Roughy #A64A38

Tints of Orange Roughy #A64A38

Color information

#A64A38 (or 0xA64A38) is unknown color: approx Orange Roughy. HEX triplet: A6, 4A and 38. RGB value is (166,74,56). Sum of RGB (Red+Green+Blue) = 166+74+56=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A38 is #59B5C7. Grayscale: #636363. Windows color (decimal): -5879240 or 3689126. OLE color: 3689126.

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

Color convert

RGB1667456-
CMYK00.550.660.35
HSL9.82º49.55%43.53%-
HSV(B)9.82º66.27%65.1%-
XYZ18.8913.295.31-
YUV99.46103.48175.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 18.92%
R=56.08%
G=25%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166745600.550.660.359.8249.5543.53
HexA64A380374223a322c
Octal2461127006710243126254
Binary101001101001010111000011011110000101000111010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A38; }

 p { color: rgb(166,74,56); }

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

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

 a { background-color: rgb(166,74,56); }

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

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

 span { border-color: rgb(166,74,56); }

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