Html Css Color HEX #AA8D2E Reef Gold

📋 copy color: '#AA8D2E'

red 170 ◦ green 141 ◦ blue 46

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

Shades of Reef Gold #AA8D2E

Tints of Reef Gold #AA8D2E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

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

R = 47.62%
G = 39.5%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA8D2E (or 0xAA8D2E) is known color: Reef Gold. HEX triplet: AA, 8D and 2E. RGB value is (170,141,46). Sum of RGB (Red+Green+Blue) = 170+141+46=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D2E is #5572D1. Grayscale: #8B8B8B. Windows color (decimal): -5599954 or 3050922. OLE color: 3050922.

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

Color convert

RGB 170 141 46 -
CMYK 0 0.17 0.73 0.33
HSL 45.97º 0.57% 0.42% -
HSV(B) 45.97º 0.73% 0.67% -
XYZ 26.6 27.79 6.55 -
YUV 138.84 75.61 150.22 -
System Red Green Blue C M Y K H S L
Decimal 170 141 46 0 0.17 0.73 0.33 45.97 0.57 0.42
Hex AA 8D 2E 0 11 49 21 2E 39 2A
Octal 252 215 56 0 21 111 41 56 71 52
Binary 10101010 10001101 101110 0 10001 1001001 100001 101110 111001 101010

Color Harmonies of #AA8D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D2E

Black with #AA8D2E

Text Example


Text Example

White with #AA8D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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