Html Css Color HEX #AA5423 Rich Gold

📋 copy color: '#AA5423'

red 170 ◦ green 84 ◦ blue 35

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

Shades of Rich Gold #AA5423

Tints of Rich Gold #AA5423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

 BLUE value IS 35 (14.06% from 255) = 12.11%

R = 58.82%
G = 29.07%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA5423 (or 0xAA5423) is known color: Rich Gold. HEX triplet: AA, 54 and 23. RGB value is (170,84,35). Sum of RGB (Red+Green+Blue) = 170+84+35=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5423 is #55ABDC. Grayscale: #686868. Windows color (decimal): -5614557 or 2315434. OLE color: 2315434.

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

Color convert

RGB 170 84 35 -
CMYK 0 0.51 0.79 0.33
HSL 21.78º 0.66% 0.4% -
HSV(B) 21.78º 0.79% 0.67% -
XYZ 20.05 15.01 3.43 -
YUV 104.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 170 84 35 0 0.51 0.79 0.33 21.78 0.66 0.4
Hex AA 54 23 0 33 4F 21 16 42 28
Octal 252 124 43 0 63 117 41 26 102 50
Binary 10101010 1010100 100011 0 110011 1001111 100001 10110 1000010 101000

Color Harmonies of #AA5423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5423

Black with #AA5423

Text Example


Text Example

White with #AA5423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5423; }

 p { color: rgb(170,84,35); }

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

background-color css

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

 a { background-color: rgb(170,84,35); }

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

border-color css

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

 span { border-color: rgb(170,84,35); }

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