Html Css Color HEX #AA5239 Orange Roughy

📋 copy color: '#AA5239'

red 170 ◦ green 82 ◦ blue 57

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

Shades of Orange Roughy #AA5239

Tints of Orange Roughy #AA5239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 55.02%
G = 26.54%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA5239 (or 0xAA5239) is known color: Orange Roughy. HEX triplet: AA, 52 and 39. RGB value is (170,82,57). Sum of RGB (Red+Green+Blue) = 170+82+57=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5239 is #55ADC6. Grayscale: #696969. Windows color (decimal): -5615047 or 3756714. OLE color: 3756714.

HSL color Cylindrical-coordinate representation of color #AA5239: hue angle of 13.27º 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 #AA5239 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 82 57 -
CMYK 0 0.52 0.66 0.33
HSL 13.27º 0.5% 0.45% -
HSV(B) 13.27º 0.66% 0.67% -
XYZ 20.33 14.88 5.67 -
YUV 105.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 170 82 57 0 0.52 0.66 0.33 13.27 0.5 0.45
Hex AA 52 39 0 34 42 21 D 32 2D
Octal 252 122 71 0 64 102 41 15 62 55
Binary 10101010 1010010 111001 0 110100 1000010 100001 1101 110010 101101

Color Harmonies of #AA5239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5239

Black with #AA5239

Text Example


Text Example

White with #AA5239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5239; }

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

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

background-color css

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

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

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

border-color css

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

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

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