#A55133

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

Shades of Orange Roughy #A55133

Tints of Orange Roughy #A55133

Color information

#A55133 (or 0xA55133) is unknown color: approx Orange Roughy. HEX triplet: A5, 51 and 33. RGB value is (165,81,51). Sum of RGB (Red+Green+Blue) = 165+81+51=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A55133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55133 is #5AAECC. Grayscale: #666666. Windows color (decimal): -5942989 or 3363237. OLE color: 3363237.

HSL color Cylindrical-coordinate representation of color #A55133: hue angle of 15.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A55133 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1658151-
CMYK00.510.690.35
HSL15.79º52.78%42.35%-
HSV(B)15.79º69.09%64.71%-
XYZ19.0614.124.85-
YUV102.798.83172.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=55.56%
G=27.27%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165815100.510.690.3515.7952.7842.35
HexA55133033452310352a
Octal2451216306310543206552
Binary1010010110100011100110110011100010110001110000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55133; }

 p { color: rgb(165,81,51); }

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

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

 a { background-color: rgb(165,81,51); }

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

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

 span { border-color: rgb(165,81,51); }

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