Html Css Color HEX #AA9030 Reef Gold

📋 copy color: '#AA9030'

red 170 ◦ green 144 ◦ blue 48

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

Shades of Reef Gold #AA9030

Tints of Reef Gold #AA9030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

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

R = 46.96%
G = 39.78%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA9030 (or 0xAA9030) is known color: Reef Gold. HEX triplet: AA, 90 and 30. RGB value is (170,144,48). Sum of RGB (Red+Green+Blue) = 170+144+48=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9030 is #556FCF. Grayscale: #8D8D8D. Windows color (decimal): -5599184 or 3182762. OLE color: 3182762.

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

Color convert

RGB 170 144 48 -
CMYK 0 0.15 0.72 0.33
HSL 47.21º 0.56% 0.43% -
HSV(B) 47.21º 0.72% 0.67% -
XYZ 27.08 28.71 6.91 -
YUV 140.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 170 144 48 0 0.15 0.72 0.33 47.21 0.56 0.43
Hex AA 90 30 0 F 48 21 2F 38 2B
Octal 252 220 60 0 17 110 41 57 70 53
Binary 10101010 10010000 110000 0 1111 1001000 100001 101111 111000 101011

Color Harmonies of #AA9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9030

Black with #AA9030

Text Example


Text Example

White with #AA9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9030; }

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

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

background-color css

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

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

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

border-color css

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

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

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