#A95234

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

Shades of Orange Roughy #A95234

Tints of Orange Roughy #A95234

Color information

#A95234 (or 0xA95234) is unknown color: approx Orange Roughy. HEX triplet: A9, 52 and 34. RGB value is (169,82,52). Sum of RGB (Red+Green+Blue) = 169+82+52=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A95234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95234 is #56ADCB. Grayscale: #686868. Windows color (decimal): -5680588 or 3429033. OLE color: 3429033.

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

Color convert

RGB1698252-
CMYK00.510.690.34
HSL15.38º52.94%43.33%-
HSV(B)15.38º69.23%66.27%-
XYZ2014.725.04-
YUV104.5998.32173.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=55.78%
G=27.06%
B=17.16%

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
Decimal169825200.510.690.3415.3852.9443.33
HexA952340334522f352b
Octal2511226406310542176553
Binary101010011010010110100011001110001011000101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95234; }

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

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

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

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

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

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

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

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