Html Css Color HEX #AA983F Turmeric

📋 copy color: '#AA983F'

red 170 ◦ green 152 ◦ blue 63

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

Shades of Turmeric #AA983F

Tints of Turmeric #AA983F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.48%

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

R = 44.16%
G = 39.48%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA983F (or 0xAA983F) is known color: Turmeric. HEX triplet: AA, 98 and 3F. RGB value is (170,152,63). Sum of RGB (Red+Green+Blue) = 170+152+63=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA983F is #5567C0. Grayscale: #939393. Windows color (decimal): -5597121 or 4167850. OLE color: 4167850.

HSL color Cylindrical-coordinate representation of color #AA983F: hue angle of 49.91º 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 #AA983F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 152 63 -
CMYK 0 0.11 0.63 0.33
HSL 49.91º 0.46% 0.46% -
HSV(B) 49.91º 0.63% 0.67% -
XYZ 28.7 31.36 9.24 -
YUV 147.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 170 152 63 0 0.11 0.63 0.33 49.91 0.46 0.46
Hex AA 98 3F 0 B 3F 21 32 2E 2E
Octal 252 230 77 0 13 77 41 62 56 56
Binary 10101010 10011000 111111 0 1011 111111 100001 110010 101110 101110

Color Harmonies of #AA983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA983F

Black with #AA983F

Text Example


Text Example

White with #AA983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA983F; }

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

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

background-color css

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

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

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

border-color css

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

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

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