Html Css Color HEX #AA4F23 Rich Gold

📋 copy color: '#AA4F23'

red 170 ◦ green 79 ◦ blue 35

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

Shades of Rich Gold #AA4F23

Tints of Rich Gold #AA4F23

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

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

R = 59.86%
G = 27.82%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA4F23 (or 0xAA4F23) is known color: Rich Gold. HEX triplet: AA, 4F and 23. RGB value is (170,79,35). Sum of RGB (Red+Green+Blue) = 170+79+35=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F23 is #55B0DC. Grayscale: #656565. Windows color (decimal): -5615837 or 2314154. OLE color: 2314154.

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

Color convert

RGB 170 79 35 -
CMYK 0 0.54 0.79 0.33
HSL 19.56º 0.66% 0.4% -
HSV(B) 19.56º 0.79% 0.67% -
XYZ 19.68 14.26 3.31 -
YUV 101.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 170 79 35 0 0.54 0.79 0.33 19.56 0.66 0.4
Hex AA 4F 23 0 36 4F 21 14 42 28
Octal 252 117 43 0 66 117 41 24 102 50
Binary 10101010 1001111 100011 0 110110 1001111 100001 10100 1000010 101000

Color Harmonies of #AA4F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F23

Black with #AA4F23

Text Example


Text Example

White with #AA4F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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