Html Css Color HEX #AA962F Reef Gold

📋 copy color: '#AA962F'

red 170 ◦ green 150 ◦ blue 47

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

Shades of Reef Gold #AA962F

Tints of Reef Gold #AA962F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.87%

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

R = 46.32%
G = 40.87%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA962F (or 0xAA962F) is known color: Reef Gold. HEX triplet: AA, 96 and 2F. RGB value is (170,150,47). Sum of RGB (Red+Green+Blue) = 170+150+47=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA962F is #5569D0. Grayscale: #909090. Windows color (decimal): -5597649 or 3118762. OLE color: 3118762.

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

Color convert

RGB 170 150 47 -
CMYK 0 0.12 0.72 0.33
HSL 50.24º 0.57% 0.43% -
HSV(B) 50.24º 0.72% 0.67% -
XYZ 28 30.56 7.11 -
YUV 144.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 170 150 47 0 0.12 0.72 0.33 50.24 0.57 0.43
Hex AA 96 2F 0 C 48 21 32 39 2B
Octal 252 226 57 0 14 110 41 62 71 53
Binary 10101010 10010110 101111 0 1100 1001000 100001 110010 111001 101011

Color Harmonies of #AA962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA962F

Black with #AA962F

Text Example


Text Example

White with #AA962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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