#A64F38

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

Shades of Orange Roughy #A64F38

Tints of Orange Roughy #A64F38

Color information

#A64F38 (or 0xA64F38) is unknown color: approx Orange Roughy. HEX triplet: A6, 4F and 38. RGB value is (166,79,56). Sum of RGB (Red+Green+Blue) = 166+79+56=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F38 is #59B0C7. Grayscale: #666666. Windows color (decimal): -5877960 or 3690406. OLE color: 3690406.

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

Color convert

RGB1667956-
CMYK00.520.660.35
HSL12.55º49.55%43.53%-
HSV(B)12.55º66.27%65.1%-
XYZ19.2413.985.43-
YUV102.39101.82173.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=55.15%
G=26.25%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166795600.520.660.3512.5549.5543.53
HexA64F380344223d322c
Octal2461177006410243156254
Binary101001101001111111000011010010000101000111101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F38; }

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

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

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

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

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

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

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

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