#A95436

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

Shades of Orange Roughy #A95436

Tints of Orange Roughy #A95436

Color information

#A95436 (or 0xA95436) is unknown color: approx Orange Roughy. HEX triplet: A9, 54 and 36. RGB value is (169,84,54). Sum of RGB (Red+Green+Blue) = 169+84+54=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A95436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95436 is #56ABC9. Grayscale: #6A6A6A. Windows color (decimal): -5680074 or 3560617. OLE color: 3560617.

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

Color convert

RGB1698454-
CMYK00.500.680.34
HSL15.65º51.57%43.73%-
HSV(B)15.65º68.05%66.27%-
XYZ20.215.045.33-
YUV10698.66172.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=55.05%
G=27.36%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169845400.500.680.3415.6551.5743.73
HexA95436032442210342c
Octal2511246606210442206454
Binary1010100110101001101100110010100010010001010000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95436; }

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

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

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

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

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

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

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

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