Html Css Color HEX #AA932E Reef Gold

📋 copy color: '#AA932E'

red 170 ◦ green 147 ◦ blue 46

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

Shades of Reef Gold #AA932E

Tints of Reef Gold #AA932E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

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

R = 46.83%
G = 40.5%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA932E (or 0xAA932E) is known color: Reef Gold. HEX triplet: AA, 93 and 2E. RGB value is (170,147,46). Sum of RGB (Red+Green+Blue) = 170+147+46=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA932E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA932E is #556CD1. Grayscale: #8E8E8E. Windows color (decimal): -5598418 or 3052458. OLE color: 3052458.

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

Color convert

RGB 170 147 46 -
CMYK 0 0.14 0.73 0.33
HSL 48.87º 0.57% 0.42% -
HSV(B) 48.87º 0.73% 0.67% -
XYZ 27.5 29.61 6.85 -
YUV 142.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 170 147 46 0 0.14 0.73 0.33 48.87 0.57 0.42
Hex AA 93 2E 0 E 49 21 31 39 2A
Octal 252 223 56 0 16 111 41 61 71 52
Binary 10101010 10010011 101110 0 1110 1001001 100001 110001 111001 101010

Color Harmonies of #AA932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA932E

Black with #AA932E

Text Example


Text Example

White with #AA932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA932E; }

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

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

background-color css

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

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

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

border-color css

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

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

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