Html Css Color HEX #AA5623 Rich Gold

📋 copy color: '#AA5623'

red 170 ◦ green 86 ◦ blue 35

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

Shades of Rich Gold #AA5623

Tints of Rich Gold #AA5623

RGB

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

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

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

R = 58.42%
G = 29.55%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA5623 (or 0xAA5623) is known color: Rich Gold. HEX triplet: AA, 56 and 23. RGB value is (170,86,35). Sum of RGB (Red+Green+Blue) = 170+86+35=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5623 is #55A9DC. Grayscale: #696969. Windows color (decimal): -5614045 or 2315946. OLE color: 2315946.

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

Color convert

RGB 170 86 35 -
CMYK 0 0.49 0.79 0.33
HSL 22.67º 0.66% 0.4% -
HSV(B) 22.67º 0.79% 0.67% -
XYZ 20.21 15.32 3.48 -
YUV 105.3 88.33 174.15 -
System Red Green Blue C M Y K H S L
Decimal 170 86 35 0 0.49 0.79 0.33 22.67 0.66 0.4
Hex AA 56 23 0 31 4F 21 17 42 28
Octal 252 126 43 0 61 117 41 27 102 50
Binary 10101010 1010110 100011 0 110001 1001111 100001 10111 1000010 101000

Color Harmonies of #AA5623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5623

Black with #AA5623

Text Example


Text Example

White with #AA5623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5623; }

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

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

background-color css

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

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

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

border-color css

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

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

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