Html Css Color HEX #AA5539 Orange Roughy

📋 copy color: '#AA5539'

red 170 ◦ green 85 ◦ blue 57

#AA5539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #AA5539

Tints of Orange Roughy #AA5539

RGB

 RED value IS 170 (66.8% from 255) = 54.49%

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 57 (22.66% from 255) = 18.27%

R = 54.49%
G = 27.24%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA5539 (or 0xAA5539) is known color: Orange Roughy. HEX triplet: AA, 55 and 39. RGB value is (170,85,57). Sum of RGB (Red+Green+Blue) = 170+85+57=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5539 is #55AAC6. Grayscale: #6B6B6B. Windows color (decimal): -5614279 or 3757482. OLE color: 3757482.

HSL color Cylindrical-coordinate representation of color #AA5539: hue angle of 14.87º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA5539 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 57 -
CMYK 0 0.50 0.66 0.33
HSL 14.87º 0.5% 0.45% -
HSV(B) 14.87º 0.66% 0.67% -
XYZ 20.56 15.34 5.75 -
YUV 107.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 170 85 57 0 0.50 0.66 0.33 14.87 0.5 0.45
Hex AA 55 39 0 32 42 21 F 32 2D
Octal 252 125 71 0 62 102 41 17 62 55
Binary 10101010 1010101 111001 0 110010 1000010 100001 1111 110010 101101

Color Harmonies of #AA5539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5539

Black with #AA5539

Text Example


Text Example

White with #AA5539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5539; }

 p { color: rgb(170,85,57); }

 H1.HeaderClassName
 {
   color: #AA5539;
 }
 .AnyTagClassName
 {
   color: #AA5539;
 }
</style>

background-color css

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

 a { background-color: rgb(170,85,57); }

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

border-color css

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

 span { border-color: rgb(170,85,57); }

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