Html Css Color HEX #AA9936 Reef Gold

📋 copy color: '#AA9936'

red 170 ◦ green 153 ◦ blue 54

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

Shades of Reef Gold #AA9936

Tints of Reef Gold #AA9936

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

 BLUE value IS 54 (21.48% from 255) = 14.32%

R = 45.09%
G = 40.58%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA9936 (or 0xAA9936) is known color: Reef Gold. HEX triplet: AA, 99 and 36. RGB value is (170,153,54). Sum of RGB (Red+Green+Blue) = 170+153+54=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9936 is #5566C9. Grayscale: #939393. Windows color (decimal): -5596874 or 3578282. OLE color: 3578282.

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

Color convert

RGB 170 153 54 -
CMYK 0 0.1 0.68 0.33
HSL 51.21º 0.52% 0.44% -
HSV(B) 51.21º 0.68% 0.67% -
XYZ 28.63 31.59 8.08 -
YUV 146.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 170 153 54 0 0.1 0.68 0.33 51.21 0.52 0.44
Hex AA 99 36 0 A 44 21 33 34 2C
Octal 252 231 66 0 12 104 41 63 64 54
Binary 10101010 10011001 110110 0 1010 1000100 100001 110011 110100 101100

Color Harmonies of #AA9936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9936

Black with #AA9936

Text Example


Text Example

White with #AA9936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9936; }

 p { color: rgb(170,153,54); }

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

background-color css

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

 a { background-color: rgb(170,153,54); }

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

border-color css

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

 span { border-color: rgb(170,153,54); }

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