Html Css Color HEX #AA882E Reef Gold

📋 copy color: '#AA882E'

red 170 ◦ green 136 ◦ blue 46

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

Shades of Reef Gold #AA882E

Tints of Reef Gold #AA882E

RGB

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

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

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

R = 48.3%
G = 38.64%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA882E (or 0xAA882E) is known color: Reef Gold. HEX triplet: AA, 88 and 2E. RGB value is (170,136,46). Sum of RGB (Red+Green+Blue) = 170+136+46=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA882E is #5577D1. Grayscale: #888888. Windows color (decimal): -5601234 or 3049642. OLE color: 3049642.

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

Color convert

RGB 170 136 46 -
CMYK 0 0.20 0.73 0.33
HSL 43.55º 0.57% 0.42% -
HSV(B) 43.55º 0.73% 0.67% -
XYZ 25.87 26.35 6.31 -
YUV 135.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 170 136 46 0 0.20 0.73 0.33 43.55 0.57 0.42
Hex AA 88 2E 0 14 49 21 2C 39 2A
Octal 252 210 56 0 24 111 41 54 71 52
Binary 10101010 10001000 101110 0 10100 1001001 100001 101100 111001 101010

Color Harmonies of #AA882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA882E

Black with #AA882E

Text Example


Text Example

White with #AA882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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