Html Css Color HEX #AA852C Reef Gold

📋 copy color: '#AA852C'

red 170 ◦ green 133 ◦ blue 44

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

Shades of Reef Gold #AA852C

Tints of Reef Gold #AA852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.33%

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

R = 48.99%
G = 38.33%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA852C (or 0xAA852C) is known color: Reef Gold. HEX triplet: AA, 85 and 2C. RGB value is (170,133,44). Sum of RGB (Red+Green+Blue) = 170+133+44=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA852C is #557AD3. Grayscale: #868686. Windows color (decimal): -5602004 or 2917802. OLE color: 2917802.

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

Color convert

RGB 170 133 44 -
CMYK 0 0.22 0.74 0.33
HSL 42.38º 0.59% 0.42% -
HSV(B) 42.38º 0.74% 0.67% -
XYZ 25.42 25.5 5.97 -
YUV 133.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 170 133 44 0 0.22 0.74 0.33 42.38 0.59 0.42
Hex AA 85 2C 0 16 4A 21 2A 3B 2A
Octal 252 205 54 0 26 112 41 52 73 52
Binary 10101010 10000101 101100 0 10110 1001010 100001 101010 111011 101010

Color Harmonies of #AA852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA852C

Black with #AA852C

Text Example


Text Example

White with #AA852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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