Html Css Color HEX #AA912E Reef Gold

📋 copy color: '#AA912E'

red 170 ◦ green 145 ◦ blue 46

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

Shades of Reef Gold #AA912E

Tints of Reef Gold #AA912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

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

R = 47.09%
G = 40.17%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA912E (or 0xAA912E) is known color: Reef Gold. HEX triplet: AA, 91 and 2E. RGB value is (170,145,46). Sum of RGB (Red+Green+Blue) = 170+145+46=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA912E is #556ED1. Grayscale: #8D8D8D. Windows color (decimal): -5598930 or 3051946. OLE color: 3051946.

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

Color convert

RGB 170 145 46 -
CMYK 0 0.15 0.73 0.33
HSL 47.9º 0.57% 0.42% -
HSV(B) 47.9º 0.73% 0.67% -
XYZ 27.2 28.99 6.75 -
YUV 141.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 170 145 46 0 0.15 0.73 0.33 47.9 0.57 0.42
Hex AA 91 2E 0 F 49 21 30 39 2A
Octal 252 221 56 0 17 111 41 60 71 52
Binary 10101010 10010001 101110 0 1111 1001001 100001 110000 111001 101010

Color Harmonies of #AA912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA912E

Black with #AA912E

Text Example


Text Example

White with #AA912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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