#A95239

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

Shades of Orange Roughy #A95239

Tints of Orange Roughy #A95239

Color information

#A95239 (or 0xA95239) is unknown color: approx Orange Roughy. HEX triplet: A9, 52 and 39. RGB value is (169,82,57). Sum of RGB (Red+Green+Blue) = 169+82+57=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A95239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95239 is #56ADC6. Grayscale: #696969. Windows color (decimal): -5680583 or 3756713. OLE color: 3756713.

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

Color convert

RGB1698257-
CMYK00.510.660.34
HSL13.39º49.56%44.31%-
HSV(B)13.39º66.27%66.27%-
XYZ20.1214.775.66-
YUV105.16100.82173.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 57 (22.66% from 255) = 18.51%
R=54.87%
G=26.62%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169825700.510.660.3413.3949.5644.31
HexA952390334222d322c
Octal2511227106310242156254
Binary101010011010010111001011001110000101000101101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95239; }

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

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

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

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

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

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

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

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