Html Css Color HEX #AA993A Reef Gold

📋 copy color: '#AA993A'

red 170 ◦ green 153 ◦ blue 58

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

Shades of Reef Gold #AA993A

Tints of Reef Gold #AA993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 44.62%
G = 40.16%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA993A (or 0xAA993A) is known color: Reef Gold. HEX triplet: AA, 99 and 3A. RGB value is (170,153,58). Sum of RGB (Red+Green+Blue) = 170+153+58=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA993A is #5566C5. Grayscale: #939393. Windows color (decimal): -5596870 or 3840426. OLE color: 3840426.

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

Color convert

RGB 170 153 58 -
CMYK 0 0.1 0.66 0.33
HSL 50.89º 0.49% 0.45% -
HSV(B) 50.89º 0.66% 0.67% -
XYZ 28.73 31.63 8.59 -
YUV 147.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 170 153 58 0 0.1 0.66 0.33 50.89 0.49 0.45
Hex AA 99 3A 0 A 42 21 33 31 2D
Octal 252 231 72 0 12 102 41 63 61 55
Binary 10101010 10011001 111010 0 1010 1000010 100001 110011 110001 101101

Color Harmonies of #AA993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA993A

Black with #AA993A

Text Example


Text Example

White with #AA993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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