Html Css Color HEX #AA972F Reef Gold

📋 copy color: '#AA972F'

red 170 ◦ green 151 ◦ blue 47

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

Shades of Reef Gold #AA972F

Tints of Reef Gold #AA972F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.03%

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

R = 46.2%
G = 41.03%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA972F (or 0xAA972F) is known color: Reef Gold. HEX triplet: AA, 97 and 2F. RGB value is (170,151,47). Sum of RGB (Red+Green+Blue) = 170+151+47=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA972F is #5568D0. Grayscale: #919191. Windows color (decimal): -5597393 or 3119018. OLE color: 3119018.

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

Color convert

RGB 170 151 47 -
CMYK 0 0.11 0.72 0.33
HSL 50.73º 0.57% 0.43% -
HSV(B) 50.73º 0.72% 0.67% -
XYZ 28.16 30.88 7.17 -
YUV 144.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 170 151 47 0 0.11 0.72 0.33 50.73 0.57 0.43
Hex AA 97 2F 0 B 48 21 33 39 2B
Octal 252 227 57 0 13 110 41 63 71 53
Binary 10101010 10010111 101111 0 1011 1001000 100001 110011 111001 101011

Color Harmonies of #AA972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA972F

Black with #AA972F

Text Example


Text Example

White with #AA972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA972F; }

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

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

background-color css

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

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

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

border-color css

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

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

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