#a95333

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

Shades of Orange Roughy #A95333

Tints of Orange Roughy #A95333

Color information

#A95333 (or 0xA95333) is unknown color: approx Orange Roughy. HEX triplet: A9, 53 and 33. RGB value is (169,83,51). Sum of RGB (Red+Green+Blue) = 169+83+51=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A95333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95333 is #56ACCC. Grayscale: #696969. Windows color (decimal): -5680333 or 3363753. OLE color: 3363753.

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

Color convert

RGB1698351-
CMYK00.510.700.34
HSL16.27º53.64%43.14%-
HSV(B)16.27º69.82%66.27%-
XYZ20.0514.864.94-
YUV105.0797.49173.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=55.78%
G=27.39%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169835100.510.700.3416.2753.6443.14
HexA95333033462210362b
Octal2511236306310642206653
Binary1010100110100111100110110011100011010001010000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95333; }

 p { color: rgb(169,83,51); }

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

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

 a { background-color: rgb(169,83,51); }

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

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

 span { border-color: rgb(169,83,51); }

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