Html Css Color HEX #AA9734 Reef Gold

📋 copy color: '#AA9734'

red 170 ◦ green 151 ◦ blue 52

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

Shades of Reef Gold #AA9734

Tints of Reef Gold #AA9734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 45.58%
G = 40.48%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA9734 (or 0xAA9734) is known color: Reef Gold. HEX triplet: AA, 97 and 34. RGB value is (170,151,52). Sum of RGB (Red+Green+Blue) = 170+151+52=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9734 is #5568CB. Grayscale: #919191. Windows color (decimal): -5597388 or 3446698. OLE color: 3446698.

HSL color Cylindrical-coordinate representation of color #AA9734: hue angle of 50.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA9734 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 52 -
CMYK 0 0.11 0.69 0.33
HSL 50.34º 0.53% 0.44% -
HSV(B) 50.34º 0.69% 0.67% -
XYZ 28.26 30.93 7.73 -
YUV 145.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 170 151 52 0 0.11 0.69 0.33 50.34 0.53 0.44
Hex AA 97 34 0 B 45 21 32 35 2C
Octal 252 227 64 0 13 105 41 62 65 54
Binary 10101010 10010111 110100 0 1011 1000101 100001 110010 110101 101100

Color Harmonies of #AA9734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9734

Black with #AA9734

Text Example


Text Example

White with #AA9734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9734; }

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

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

background-color css

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

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

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

border-color css

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

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

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