Html Css Color HEX #AA872E Reef Gold

📋 copy color: '#AA872E'

red 170 ◦ green 135 ◦ blue 46

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

Shades of Reef Gold #AA872E

Tints of Reef Gold #AA872E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 48.43%
G = 38.46%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA872E (or 0xAA872E) is known color: Reef Gold. HEX triplet: AA, 87 and 2E. RGB value is (170,135,46). Sum of RGB (Red+Green+Blue) = 170+135+46=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA872E is #5578D1. Grayscale: #878787. Windows color (decimal): -5601490 or 3049386. OLE color: 3049386.

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

Color convert

RGB 170 135 46 -
CMYK 0 0.21 0.73 0.33
HSL 43.06º 0.57% 0.42% -
HSV(B) 43.06º 0.73% 0.67% -
XYZ 25.73 26.07 6.26 -
YUV 135.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 170 135 46 0 0.21 0.73 0.33 43.06 0.57 0.42
Hex AA 87 2E 0 15 49 21 2B 39 2A
Octal 252 207 56 0 25 111 41 53 71 52
Binary 10101010 10000111 101110 0 10101 1001001 100001 101011 111001 101010

Color Harmonies of #AA872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA872E

Black with #AA872E

Text Example


Text Example

White with #AA872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA872E; }

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

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

background-color css

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

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

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

border-color css

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

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

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