Html Css Color HEX #AA8A2E Reef Gold

📋 copy color: '#AA8A2E'

red 170 ◦ green 138 ◦ blue 46

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

Shades of Reef Gold #AA8A2E

Tints of Reef Gold #AA8A2E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.98%

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

R = 48.02%
G = 38.98%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA8A2E (or 0xAA8A2E) is known color: Reef Gold. HEX triplet: AA, 8A and 2E. RGB value is (170,138,46). Sum of RGB (Red+Green+Blue) = 170+138+46=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A2E is #5575D1. Grayscale: #898989. Windows color (decimal): -5600722 or 3050154. OLE color: 3050154.

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

Color convert

RGB 170 138 46 -
CMYK 0 0.19 0.73 0.33
HSL 44.52º 0.57% 0.42% -
HSV(B) 44.52º 0.73% 0.67% -
XYZ 26.16 26.92 6.4 -
YUV 137.08 76.6 151.48 -
System Red Green Blue C M Y K H S L
Decimal 170 138 46 0 0.19 0.73 0.33 44.52 0.57 0.42
Hex AA 8A 2E 0 13 49 21 2D 39 2A
Octal 252 212 56 0 23 111 41 55 71 52
Binary 10101010 10001010 101110 0 10011 1001001 100001 101101 111001 101010

Color Harmonies of #AA8A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A2E

Black with #AA8A2E

Text Example


Text Example

White with #AA8A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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