Html Css Color HEX #AA993F Turmeric

📋 copy color: '#AA993F'

red 170 ◦ green 153 ◦ blue 63

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

Shades of Turmeric #AA993F

Tints of Turmeric #AA993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 44.04%
G = 39.64%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA993F (or 0xAA993F) is known color: Turmeric. HEX triplet: AA, 99 and 3F. RGB value is (170,153,63). Sum of RGB (Red+Green+Blue) = 170+153+63=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA993F is #5566C0. Grayscale: #949494. Windows color (decimal): -5596865 or 4168106. OLE color: 4168106.

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

Color convert

RGB 170 153 63 -
CMYK 0 0.1 0.63 0.33
HSL 50.47º 0.46% 0.46% -
HSV(B) 50.47º 0.63% 0.67% -
XYZ 28.87 31.69 9.3 -
YUV 147.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 170 153 63 0 0.1 0.63 0.33 50.47 0.46 0.46
Hex AA 99 3F 0 A 3F 21 32 2E 2E
Octal 252 231 77 0 12 77 41 62 56 56
Binary 10101010 10011001 111111 0 1010 111111 100001 110010 101110 101110

Color Harmonies of #AA993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA993F

Black with #AA993F

Text Example


Text Example

White with #AA993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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