Html Css Color HEX #AA5627 Rich Gold

📋 copy color: '#AA5627'

red 170 ◦ green 86 ◦ blue 39

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

Shades of Rich Gold #AA5627

Tints of Rich Gold #AA5627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 57.63%
G = 29.15%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA5627 (or 0xAA5627) is known color: Rich Gold. HEX triplet: AA, 56 and 27. RGB value is (170,86,39). Sum of RGB (Red+Green+Blue) = 170+86+39=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5627 is #55A9D8. Grayscale: #6A6A6A. Windows color (decimal): -5614041 or 2578090. OLE color: 2578090.

HSL color Cylindrical-coordinate representation of color #AA5627: hue angle of 21.53º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA5627 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 86 39 -
CMYK 0 0.49 0.77 0.33
HSL 21.53º 0.63% 0.41% -
HSV(B) 21.53º 0.77% 0.67% -
XYZ 20.27 15.35 3.81 -
YUV 105.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 170 86 39 0 0.49 0.77 0.33 21.53 0.63 0.41
Hex AA 56 27 0 31 4D 21 16 3F 29
Octal 252 126 47 0 61 115 41 26 77 51
Binary 10101010 1010110 100111 0 110001 1001101 100001 10110 111111 101001

Color Harmonies of #AA5627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5627

Black with #AA5627

Text Example


Text Example

White with #AA5627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5627; }

 p { color: rgb(170,86,39); }

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

background-color css

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

 a { background-color: rgb(170,86,39); }

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

border-color css

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

 span { border-color: rgb(170,86,39); }

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