#A64B34

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

Shades of Orange Roughy #A64B34

Tints of Orange Roughy #A64B34

Color information

#A64B34 (or 0xA64B34) is unknown color: approx Orange Roughy. HEX triplet: A6, 4B and 34. RGB value is (166,75,52). Sum of RGB (Red+Green+Blue) = 166+75+52=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B34 is #59B4CB. Grayscale: #636363. Windows color (decimal): -5878988 or 3427238. OLE color: 3427238.

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

Color convert

RGB1667552-
CMYK00.550.690.35
HSL12.11º52.29%42.75%-
HSV(B)12.11º68.67%65.1%-
XYZ18.8613.394.84-
YUV99.59101.15175.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.66%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=56.66%
G=25.60%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166755200.550.690.3512.1152.2942.75
HexA64B340374523c342b
Octal2461136406710543146453
Binary101001101001011110100011011110001011000111100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B34; }

 p { color: rgb(166,75,52); }

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

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

 a { background-color: rgb(166,75,52); }

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

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

 span { border-color: rgb(166,75,52); }

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