Html Css Color HEX #AA5036 Orange Roughy

📋 copy color: '#AA5036'

red 170 ◦ green 80 ◦ blue 54

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

Shades of Orange Roughy #AA5036

Tints of Orange Roughy #AA5036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 54 (21.48% from 255) = 17.76%

R = 55.92%
G = 26.32%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA5036 (or 0xAA5036) is known color: Orange Roughy. HEX triplet: AA, 50 and 36. RGB value is (170,80,54). Sum of RGB (Red+Green+Blue) = 170+80+54=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5036 is #55AFC9. Grayscale: #686868. Windows color (decimal): -5615562 or 3559594. OLE color: 3559594.

HSL color Cylindrical-coordinate representation of color #AA5036: hue angle of 13.45º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA5036 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 80 54 -
CMYK 0 0.53 0.68 0.33
HSL 13.45º 0.52% 0.44% -
HSV(B) 13.45º 0.68% 0.67% -
XYZ 20.11 14.55 5.24 -
YUV 103.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 170 80 54 0 0.53 0.68 0.33 13.45 0.52 0.44
Hex AA 50 36 0 35 44 21 D 34 2C
Octal 252 120 66 0 65 104 41 15 64 54
Binary 10101010 1010000 110110 0 110101 1000100 100001 1101 110100 101100

Color Harmonies of #AA5036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5036

Black with #AA5036

Text Example


Text Example

White with #AA5036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5036; }

 p { color: rgb(170,80,54); }

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

background-color css

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

 a { background-color: rgb(170,80,54); }

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

border-color css

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

 span { border-color: rgb(170,80,54); }

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