Html Css Color HEX #AA993B Reef Gold

📋 copy color: '#AA993B'

red 170 ◦ green 153 ◦ blue 59

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

Shades of Reef Gold #AA993B

Tints of Reef Gold #AA993B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.45%

R = 44.5%
G = 40.05%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA993B (or 0xAA993B) is known color: Reef Gold. HEX triplet: AA, 99 and 3B. RGB value is (170,153,59). Sum of RGB (Red+Green+Blue) = 170+153+59=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA993B is #5566C4. Grayscale: #939393. Windows color (decimal): -5596869 or 3905962. OLE color: 3905962.

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

Color convert

RGB 170 153 59 -
CMYK 0 0.1 0.65 0.33
HSL 50.81º 0.48% 0.45% -
HSV(B) 50.81º 0.65% 0.67% -
XYZ 28.76 31.64 8.73 -
YUV 147.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 170 153 59 0 0.1 0.65 0.33 50.81 0.48 0.45
Hex AA 99 3B 0 A 41 21 33 30 2D
Octal 252 231 73 0 12 101 41 63 60 55
Binary 10101010 10011001 111011 0 1010 1000001 100001 110011 110000 101101

Color Harmonies of #AA993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA993B

Black with #AA993B

Text Example


Text Example

White with #AA993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA993B; }

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

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

background-color css

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

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

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

border-color css

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

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

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