Html Css Color HEX #AA5139 Orange Roughy

📋 copy color: '#AA5139'

red 170 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #AA5139

Tints of Orange Roughy #AA5139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

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

R = 55.19%
G = 26.3%
B = 18.51%

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

#AA5139 (or 0xAA5139) is known color: Orange Roughy. HEX triplet: AA, 51 and 39. RGB value is (170,81,57). Sum of RGB (Red+Green+Blue) = 170+81+57=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5139 is #55AEC6. Grayscale: #696969. Windows color (decimal): -5615303 or 3756458. OLE color: 3756458.

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

Color convert

RGB 170 81 57 -
CMYK 0 0.52 0.66 0.33
HSL 12.74º 0.5% 0.45% -
HSV(B) 12.74º 0.66% 0.67% -
XYZ 20.26 14.73 5.65 -
YUV 104.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 170 81 57 0 0.52 0.66 0.33 12.74 0.5 0.45
Hex AA 51 39 0 34 42 21 D 32 2D
Octal 252 121 71 0 64 102 41 15 62 55
Binary 10101010 1010001 111001 0 110100 1000010 100001 1101 110010 101101

Color Harmonies of #AA5139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5139

Black with #AA5139

Text Example


Text Example

White with #AA5139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5139; }

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

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

background-color css

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

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

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

border-color css

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

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

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