Html Css Color HEX #AA9830 Reef Gold

📋 copy color: '#AA9830'

red 170 ◦ green 152 ◦ blue 48

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

Shades of Reef Gold #AA9830

Tints of Reef Gold #AA9830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

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

R = 45.95%
G = 41.08%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA9830 (or 0xAA9830) is known color: Reef Gold. HEX triplet: AA, 98 and 30. RGB value is (170,152,48). Sum of RGB (Red+Green+Blue) = 170+152+48=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9830 is #5567CF. Grayscale: #919191. Windows color (decimal): -5597136 or 3184810. OLE color: 3184810.

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

Color convert

RGB 170 152 48 -
CMYK 0 0.11 0.72 0.33
HSL 51.15º 0.56% 0.43% -
HSV(B) 51.15º 0.72% 0.67% -
XYZ 28.34 31.22 7.33 -
YUV 145.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 170 152 48 0 0.11 0.72 0.33 51.15 0.56 0.43
Hex AA 98 30 0 B 48 21 33 38 2B
Octal 252 230 60 0 13 110 41 63 70 53
Binary 10101010 10011000 110000 0 1011 1001000 100001 110011 111000 101011

Color Harmonies of #AA9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9830

Black with #AA9830

Text Example


Text Example

White with #AA9830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9830; }

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

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

background-color css

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

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

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

border-color css

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

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

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