Html Css Color HEX #AA9938 Reef Gold

📋 copy color: '#AA9938'

red 170 ◦ green 153 ◦ blue 56

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

Shades of Reef Gold #AA9938

Tints of Reef Gold #AA9938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 44.85%
G = 40.37%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA9938 (or 0xAA9938) is known color: Reef Gold. HEX triplet: AA, 99 and 38. RGB value is (170,153,56). Sum of RGB (Red+Green+Blue) = 170+153+56=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9938 is #5566C7. Grayscale: #939393. Windows color (decimal): -5596872 or 3709354. OLE color: 3709354.

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

Color convert

RGB 170 153 56 -
CMYK 0 0.1 0.67 0.33
HSL 51.05º 0.5% 0.44% -
HSV(B) 51.05º 0.67% 0.67% -
XYZ 28.68 31.61 8.33 -
YUV 147.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 170 153 56 0 0.1 0.67 0.33 51.05 0.5 0.44
Hex AA 99 38 0 A 43 21 33 32 2C
Octal 252 231 70 0 12 103 41 63 62 54
Binary 10101010 10011001 111000 0 1010 1000011 100001 110011 110010 101100

Color Harmonies of #AA9938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9938

Black with #AA9938

Text Example


Text Example

White with #AA9938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9938; }

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

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

background-color css

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

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

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

border-color css

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

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

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