Html Css Color HEX #AA942F Reef Gold

📋 copy color: '#AA942F'

red 170 ◦ green 148 ◦ blue 47

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

Shades of Reef Gold #AA942F

Tints of Reef Gold #AA942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 46.58%
G = 40.55%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA942F (or 0xAA942F) is known color: Reef Gold. HEX triplet: AA, 94 and 2F. RGB value is (170,148,47). Sum of RGB (Red+Green+Blue) = 170+148+47=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA942F is #556BD0. Grayscale: #8F8F8F. Windows color (decimal): -5598161 or 3118250. OLE color: 3118250.

HSL color Cylindrical-coordinate representation of color #AA942F: hue angle of 49.27º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA942F is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 148 47 -
CMYK 0 0.13 0.72 0.33
HSL 49.27º 0.57% 0.43% -
HSV(B) 49.27º 0.72% 0.67% -
XYZ 27.68 29.93 7.01 -
YUV 143.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 170 148 47 0 0.13 0.72 0.33 49.27 0.57 0.43
Hex AA 94 2F 0 D 48 21 31 39 2B
Octal 252 224 57 0 15 110 41 61 71 53
Binary 10101010 10010100 101111 0 1101 1001000 100001 110001 111001 101011

Color Harmonies of #AA942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA942F

Black with #AA942F

Text Example


Text Example

White with #AA942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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