Html Css Color HEX #AA982F Reef Gold

📋 copy color: '#AA982F'

red 170 ◦ green 152 ◦ blue 47

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

Shades of Reef Gold #AA982F

Tints of Reef Gold #AA982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

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

R = 46.07%
G = 41.19%
B = 12.74%

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

#AA982F (or 0xAA982F) is known color: Reef Gold. HEX triplet: AA, 98 and 2F. RGB value is (170,152,47). Sum of RGB (Red+Green+Blue) = 170+152+47=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA982F is #5567D0. Grayscale: #919191. Windows color (decimal): -5597137 or 3119274. OLE color: 3119274.

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

Color convert

RGB 170 152 47 -
CMYK 0 0.11 0.72 0.33
HSL 51.22º 0.57% 0.43% -
HSV(B) 51.22º 0.72% 0.67% -
XYZ 28.32 31.21 7.22 -
YUV 145.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 170 152 47 0 0.11 0.72 0.33 51.22 0.57 0.43
Hex AA 98 2F 0 B 48 21 33 39 2B
Octal 252 230 57 0 13 110 41 63 71 53
Binary 10101010 10011000 101111 0 1011 1001000 100001 110011 111001 101011

Color Harmonies of #AA982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA982F

Black with #AA982F

Text Example


Text Example

White with #AA982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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