Html Css Color HEX #AA872C Reef Gold

📋 copy color: '#AA872C'

red 170 ◦ green 135 ◦ blue 44

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

Shades of Reef Gold #AA872C

Tints of Reef Gold #AA872C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 48.71%
G = 38.68%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA872C (or 0xAA872C) is known color: Reef Gold. HEX triplet: AA, 87 and 2C. RGB value is (170,135,44). Sum of RGB (Red+Green+Blue) = 170+135+44=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA872C is #5578D3. Grayscale: #878787. Windows color (decimal): -5601492 or 2918314. OLE color: 2918314.

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

Color convert

RGB 170 135 44 -
CMYK 0 0.21 0.74 0.33
HSL 43.33º 0.59% 0.42% -
HSV(B) 43.33º 0.74% 0.67% -
XYZ 25.7 26.06 6.06 -
YUV 135.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 170 135 44 0 0.21 0.74 0.33 43.33 0.59 0.42
Hex AA 87 2C 0 15 4A 21 2B 3B 2A
Octal 252 207 54 0 25 112 41 53 73 52
Binary 10101010 10000111 101100 0 10101 1001010 100001 101011 111011 101010

Color Harmonies of #AA872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA872C

Black with #AA872C

Text Example


Text Example

White with #AA872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA872C; }

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

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

background-color css

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

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

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

border-color css

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

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

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