#A95136

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

Shades of Orange Roughy #A95136

Tints of Orange Roughy #A95136

Color information

#A95136 (or 0xA95136) is unknown color: approx Orange Roughy. HEX triplet: A9, 51 and 36. RGB value is (169,81,54). Sum of RGB (Red+Green+Blue) = 169+81+54=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A95136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95136 is #56AEC9. Grayscale: #686868. Windows color (decimal): -5680842 or 3559849. OLE color: 3559849.

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

Color convert

RGB1698154-
CMYK00.520.680.34
HSL14.09º51.57%43.73%-
HSV(B)14.09º68.05%66.27%-
XYZ19.9714.595.25-
YUV104.2399.65174.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.59%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 54 (21.48% from 255) = 17.76%
R=55.59%
G=26.64%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169815400.520.680.3414.0951.5743.73
HexA951360344422e342c
Octal2511216606410442166454
Binary101010011010001110110011010010001001000101110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95136; }

 p { color: rgb(169,81,54); }

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

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

 a { background-color: rgb(169,81,54); }

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

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

 span { border-color: rgb(169,81,54); }

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