Html Css Color HEX #AA942E Reef Gold

📋 copy color: '#AA942E'

red 170 ◦ green 148 ◦ blue 46

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

Shades of Reef Gold #AA942E

Tints of Reef Gold #AA942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 46.7%
G = 40.66%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA942E (or 0xAA942E) is known color: Reef Gold. HEX triplet: AA, 94 and 2E. RGB value is (170,148,46). Sum of RGB (Red+Green+Blue) = 170+148+46=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA942E is #556BD1. Grayscale: #8F8F8F. Windows color (decimal): -5598162 or 3052714. OLE color: 3052714.

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

Color convert

RGB 170 148 46 -
CMYK 0 0.13 0.73 0.33
HSL 49.35º 0.57% 0.42% -
HSV(B) 49.35º 0.73% 0.67% -
XYZ 27.66 29.92 6.9 -
YUV 142.95 73.29 147.29 -
System Red Green Blue C M Y K H S L
Decimal 170 148 46 0 0.13 0.73 0.33 49.35 0.57 0.42
Hex AA 94 2E 0 D 49 21 31 39 2A
Octal 252 224 56 0 15 111 41 61 71 52
Binary 10101010 10010100 101110 0 1101 1001001 100001 110001 111001 101010

Color Harmonies of #AA942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA942E

Black with #AA942E

Text Example


Text Example

White with #AA942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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