Html Css Color HEX #AA993D Turmeric

📋 copy color: '#AA993D'

red 170 ◦ green 153 ◦ blue 61

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

Shades of Turmeric #AA993D

Tints of Turmeric #AA993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.89%

R = 44.27%
G = 39.84%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA993D (or 0xAA993D) is known color: Turmeric. HEX triplet: AA, 99 and 3D. RGB value is (170,153,61). Sum of RGB (Red+Green+Blue) = 170+153+61=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA993D is #5566C2. Grayscale: #939393. Windows color (decimal): -5596867 or 4037034. OLE color: 4037034.

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

Color convert

RGB 170 153 61 -
CMYK 0 0.1 0.64 0.33
HSL 50.64º 0.47% 0.45% -
HSV(B) 50.64º 0.64% 0.67% -
XYZ 28.81 31.67 9.01 -
YUV 147.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 170 153 61 0 0.1 0.64 0.33 50.64 0.47 0.45
Hex AA 99 3D 0 A 40 21 33 2F 2D
Octal 252 231 75 0 12 100 41 63 57 55
Binary 10101010 10011001 111101 0 1010 1000000 100001 110011 101111 101101

Color Harmonies of #AA993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA993D

Black with #AA993D

Text Example


Text Example

White with #AA993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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