#A95235

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

Shades of Orange Roughy #A95235

Tints of Orange Roughy #A95235

Color information

#A95235 (or 0xA95235) is unknown color: approx Orange Roughy. HEX triplet: A9, 52 and 35. RGB value is (169,82,53). Sum of RGB (Red+Green+Blue) = 169+82+53=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A95235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95235 is #56ADCA. Grayscale: #686868. Windows color (decimal): -5680587 or 3494569. OLE color: 3494569.

HSL color Cylindrical-coordinate representation of color #A95235: hue angle of 15º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A95235 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB1698253-
CMYK00.510.690.34
HSL15º52.25%43.53%-
HSV(B)15º68.64%66.27%-
XYZ20.0214.735.16-
YUV104.7198.82173.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.59%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 53 (21.09% from 255) = 17.43%
R=55.59%
G=26.97%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169825300.510.690.341552.2543.53
HexA952350334522f342c
Octal2511226506310542176454
Binary101010011010010110101011001110001011000101111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95235; }

 p { color: rgb(169,82,53); }

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

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

 a { background-color: rgb(169,82,53); }

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

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

 span { border-color: rgb(169,82,53); }

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