Html Css Color HEX #AA882B Reef Gold

📋 copy color: '#AA882B'

red 170 ◦ green 136 ◦ blue 43

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

Shades of Reef Gold #AA882B

Tints of Reef Gold #AA882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 48.71%
G = 38.97%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA882B (or 0xAA882B) is known color: Reef Gold. HEX triplet: AA, 88 and 2B. RGB value is (170,136,43). Sum of RGB (Red+Green+Blue) = 170+136+43=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA882B is #5577D4. Grayscale: #878787. Windows color (decimal): -5601237 or 2853034. OLE color: 2853034.

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

Color convert

RGB 170 136 43 -
CMYK 0 0.20 0.75 0.33
HSL 43.94º 0.6% 0.42% -
HSV(B) 43.94º 0.75% 0.67% -
XYZ 25.82 26.33 6.01 -
YUV 135.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 170 136 43 0 0.20 0.75 0.33 43.94 0.6 0.42
Hex AA 88 2B 0 14 4B 21 2C 3C 2A
Octal 252 210 53 0 24 113 41 54 74 52
Binary 10101010 10001000 101011 0 10100 1001011 100001 101100 111100 101010

Color Harmonies of #AA882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA882B

Black with #AA882B

Text Example


Text Example

White with #AA882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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