#A35233

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

Shades of Orange Roughy #A35233

Tints of Orange Roughy #A35233

Color information

#A35233 (or 0xA35233) is unknown color: approx Orange Roughy. HEX triplet: A3, 52 and 33. RGB value is (163,82,51). Sum of RGB (Red+Green+Blue) = 163+82+51=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A35233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35233 is #5CADCC. Grayscale: #666666. Windows color (decimal): -6073805 or 3363491. OLE color: 3363491.

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

Color convert

RGB1638251-
CMYK00.500.690.36
HSL16.61º52.34%41.96%-
HSV(B)16.61º68.71%63.92%-
XYZ18.7214.064.86-
YUV102.6898.84171.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.07%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=55.07%
G=27.70%
B=17.23%

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
Decimal163825100.500.690.3616.6152.3441.96
HexA35233032452411342a
Octal2431226306210544216452
Binary1010001110100101100110110010100010110010010001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35233; }

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

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

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

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

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

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

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

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