Html Css Color HEX #AA872A Reef Gold

📋 copy color: '#AA872A'

red 170 ◦ green 135 ◦ blue 42

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

Shades of Reef Gold #AA872A

Tints of Reef Gold #AA872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 42 (16.8% from 255) = 12.1%

R = 48.99%
G = 38.9%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA872A (or 0xAA872A) is known color: Reef Gold. HEX triplet: AA, 87 and 2A. RGB value is (170,135,42). Sum of RGB (Red+Green+Blue) = 170+135+42=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA872A is #5578D5. Grayscale: #878787. Windows color (decimal): -5601494 or 2787242. OLE color: 2787242.

HSL color Cylindrical-coordinate representation of color #AA872A: hue angle of 43.59º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA872A is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 135 42 -
CMYK 0 0.21 0.75 0.33
HSL 43.59º 0.6% 0.42% -
HSV(B) 43.59º 0.75% 0.67% -
XYZ 25.66 26.04 5.86 -
YUV 134.86 75.6 153.06 -
System Red Green Blue C M Y K H S L
Decimal 170 135 42 0 0.21 0.75 0.33 43.59 0.6 0.42
Hex AA 87 2A 0 15 4B 21 2C 3C 2A
Octal 252 207 52 0 25 113 41 54 74 52
Binary 10101010 10000111 101010 0 10101 1001011 100001 101100 111100 101010

Color Harmonies of #AA872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA872A

Black with #AA872A

Text Example


Text Example

White with #AA872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA872A; }

 p { color: rgb(170,135,42); }

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

background-color css

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

 a { background-color: rgb(170,135,42); }

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

border-color css

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

 span { border-color: rgb(170,135,42); }

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