Html Css Color HEX #AA922C Reef Gold

📋 copy color: '#AA922C'

red 170 ◦ green 146 ◦ blue 44

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

Shades of Reef Gold #AA922C

Tints of Reef Gold #AA922C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 47.22%
G = 40.56%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA922C (or 0xAA922C) is known color: Reef Gold. HEX triplet: AA, 92 and 2C. RGB value is (170,146,44). Sum of RGB (Red+Green+Blue) = 170+146+44=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA922C is #556DD3. Grayscale: #8D8D8D. Windows color (decimal): -5598676 or 2921130. OLE color: 2921130.

HSL color Cylindrical-coordinate representation of color #AA922C: hue angle of 48.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA922C is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 146 44 -
CMYK 0 0.14 0.74 0.33
HSL 48.57º 0.59% 0.42% -
HSV(B) 48.57º 0.74% 0.67% -
XYZ 27.31 29.29 6.6 -
YUV 141.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 170 146 44 0 0.14 0.74 0.33 48.57 0.59 0.42
Hex AA 92 2C 0 E 4A 21 31 3B 2A
Octal 252 222 54 0 16 112 41 61 73 52
Binary 10101010 10010010 101100 0 1110 1001010 100001 110001 111011 101010

Color Harmonies of #AA922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA922C

Black with #AA922C

Text Example


Text Example

White with #AA922C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA922C; }

 p { color: rgb(170,146,44); }

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

background-color css

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

 a { background-color: rgb(170,146,44); }

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

border-color css

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

 span { border-color: rgb(170,146,44); }

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