Html Css Color HEX #AA9230 Reef Gold

📋 copy color: '#AA9230'

red 170 ◦ green 146 ◦ blue 48

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

Shades of Reef Gold #AA9230

Tints of Reef Gold #AA9230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.19%

R = 46.7%
G = 40.11%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA9230 (or 0xAA9230) is known color: Reef Gold. HEX triplet: AA, 92 and 30. RGB value is (170,146,48). Sum of RGB (Red+Green+Blue) = 170+146+48=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9230 is #556DCF. Grayscale: #8E8E8E. Windows color (decimal): -5598672 or 3183274. OLE color: 3183274.

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

Color convert

RGB 170 146 48 -
CMYK 0 0.14 0.72 0.33
HSL 48.2º 0.56% 0.43% -
HSV(B) 48.2º 0.72% 0.67% -
XYZ 27.39 29.32 7.01 -
YUV 142 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 170 146 48 0 0.14 0.72 0.33 48.2 0.56 0.43
Hex AA 92 30 0 E 48 21 30 38 2B
Octal 252 222 60 0 16 110 41 60 70 53
Binary 10101010 10010010 110000 0 1110 1001000 100001 110000 111000 101011

Color Harmonies of #AA9230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9230

Black with #AA9230

Text Example


Text Example

White with #AA9230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9230; }

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

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

background-color css

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

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

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

border-color css

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

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

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