Html Css Color HEX #AA9730 Reef Gold

📋 copy color: '#AA9730'

red 170 ◦ green 151 ◦ blue 48

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

Shades of Reef Gold #AA9730

Tints of Reef Gold #AA9730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.92%

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

R = 46.07%
G = 40.92%
B = 13.01%

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

#AA9730 (or 0xAA9730) is known color: Reef Gold. HEX triplet: AA, 97 and 30. RGB value is (170,151,48). Sum of RGB (Red+Green+Blue) = 170+151+48=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9730 is #5568CF. Grayscale: #919191. Windows color (decimal): -5597392 or 3184554. OLE color: 3184554.

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

Color convert

RGB 170 151 48 -
CMYK 0 0.11 0.72 0.33
HSL 50.66º 0.56% 0.43% -
HSV(B) 50.66º 0.72% 0.67% -
XYZ 28.18 30.89 7.27 -
YUV 144.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 170 151 48 0 0.11 0.72 0.33 50.66 0.56 0.43
Hex AA 97 30 0 B 48 21 33 38 2B
Octal 252 227 60 0 13 110 41 63 70 53
Binary 10101010 10010111 110000 0 1011 1001000 100001 110011 111000 101011

Color Harmonies of #AA9730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9730

Black with #AA9730

Text Example


Text Example

White with #AA9730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9730; }

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

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

background-color css

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

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

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

border-color css

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

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

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