Html Css Color HEX #AA9430 Reef Gold

📋 copy color: '#AA9430'

red 170 ◦ green 148 ◦ blue 48

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

Shades of Reef Gold #AA9430

Tints of Reef Gold #AA9430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 46.45%
G = 40.44%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA9430 (or 0xAA9430) is known color: Reef Gold. HEX triplet: AA, 94 and 30. RGB value is (170,148,48). Sum of RGB (Red+Green+Blue) = 170+148+48=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9430 is #556BCF. Grayscale: #8F8F8F. Windows color (decimal): -5598160 or 3183786. OLE color: 3183786.

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

Color convert

RGB 170 148 48 -
CMYK 0 0.13 0.72 0.33
HSL 49.18º 0.56% 0.43% -
HSV(B) 49.18º 0.72% 0.67% -
XYZ 27.7 29.94 7.12 -
YUV 143.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 170 148 48 0 0.13 0.72 0.33 49.18 0.56 0.43
Hex AA 94 30 0 D 48 21 31 38 2B
Octal 252 224 60 0 15 110 41 61 70 53
Binary 10101010 10010100 110000 0 1101 1001000 100001 110001 111000 101011

Color Harmonies of #AA9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9430

Black with #AA9430

Text Example


Text Example

White with #AA9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9430; }

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

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

background-color css

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

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

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

border-color css

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

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

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