#A35133

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

Shades of Orange Roughy #A35133

Tints of Orange Roughy #A35133

Color information

#A35133 (or 0xA35133) is unknown color: approx Orange Roughy. HEX triplet: A3, 51 and 33. RGB value is (163,81,51). Sum of RGB (Red+Green+Blue) = 163+81+51=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A35133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35133 is #5CAECC. Grayscale: #666666. Windows color (decimal): -6074061 or 3363235. OLE color: 3363235.

HSL color Cylindrical-coordinate representation of color #A35133: hue angle of 16.07º 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 #A35133 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1638151-
CMYK00.500.690.36
HSL16.07º52.34%41.96%-
HSV(B)16.07º68.71%63.92%-
XYZ18.6413.914.83-
YUV102.199.17171.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.25%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=55.25%
G=27.46%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163815100.500.690.3616.0752.3441.96
HexA35133032452410342a
Octal2431216306210544206452
Binary1010001110100011100110110010100010110010010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35133; }

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

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

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

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

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

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

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

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