Html Css Color HEX #AA8D2A Reef Gold

📋 copy color: '#AA8D2A'

red 170 ◦ green 141 ◦ blue 42

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

Shades of Reef Gold #AA8D2A

Tints of Reef Gold #AA8D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 48.16%
G = 39.94%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA8D2A (or 0xAA8D2A) is known color: Reef Gold. HEX triplet: AA, 8D and 2A. RGB value is (170,141,42). Sum of RGB (Red+Green+Blue) = 170+141+42=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D2A is #5572D5. Grayscale: #8A8A8A. Windows color (decimal): -5599958 or 2788778. OLE color: 2788778.

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

Color convert

RGB 170 141 42 -
CMYK 0 0.17 0.75 0.33
HSL 46.41º 0.6% 0.42% -
HSV(B) 46.41º 0.75% 0.67% -
XYZ 26.52 27.76 6.15 -
YUV 138.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 170 141 42 0 0.17 0.75 0.33 46.41 0.6 0.42
Hex AA 8D 2A 0 11 4B 21 2E 3C 2A
Octal 252 215 52 0 21 113 41 56 74 52
Binary 10101010 10001101 101010 0 10001 1001011 100001 101110 111100 101010

Color Harmonies of #AA8D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D2A

Black with #AA8D2A

Text Example


Text Example

White with #AA8D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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