Html Css Color HEX #AA882C Reef Gold

📋 copy color: '#AA882C'

red 170 ◦ green 136 ◦ blue 44

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

Shades of Reef Gold #AA882C

Tints of Reef Gold #AA882C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

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

R = 48.57%
G = 38.86%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA882C (or 0xAA882C) is known color: Reef Gold. HEX triplet: AA, 88 and 2C. RGB value is (170,136,44). Sum of RGB (Red+Green+Blue) = 170+136+44=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA882C is #5577D3. Grayscale: #888888. Windows color (decimal): -5601236 or 2918570. OLE color: 2918570.

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

Color convert

RGB 170 136 44 -
CMYK 0 0.20 0.74 0.33
HSL 43.81º 0.59% 0.42% -
HSV(B) 43.81º 0.74% 0.67% -
XYZ 25.84 26.34 6.1 -
YUV 135.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 170 136 44 0 0.20 0.74 0.33 43.81 0.59 0.42
Hex AA 88 2C 0 14 4A 21 2C 3B 2A
Octal 252 210 54 0 24 112 41 54 73 52
Binary 10101010 10001000 101100 0 10100 1001010 100001 101100 111011 101010

Color Harmonies of #AA882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA882C

Black with #AA882C

Text Example


Text Example

White with #AA882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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