#A34E33

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

Shades of Orange Roughy #A34E33

Tints of Orange Roughy #A34E33

Color information

#A34E33 (or 0xA34E33) is unknown color: approx Orange Roughy. HEX triplet: A3, 4E and 33. RGB value is (163,78,51). Sum of RGB (Red+Green+Blue) = 163+78+51=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E33 is #5CB1CC. Grayscale: #646464. Windows color (decimal): -6074829 or 3362467. OLE color: 3362467.

HSL color Cylindrical-coordinate representation of color #A34E33: hue angle of 14.46º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34E33 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1637851-
CMYK00.520.690.36
HSL14.46º52.34%41.96%-
HSV(B)14.46º68.71%63.92%-
XYZ18.4313.474.76-
YUV100.34100.16172.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=55.82%
G=26.71%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163785100.520.690.3614.4652.3441.96
HexA34E330344524e342a
Octal2431166306410544166452
Binary101000111001110110011011010010001011001001110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E33; }

 p { color: rgb(163,78,51); }

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

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

 a { background-color: rgb(163,78,51); }

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

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

 span { border-color: rgb(163,78,51); }

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