Html Css Color HEX #AA9143 Turmeric

📋 copy color: '#AA9143'

red 170 ◦ green 145 ◦ blue 67

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

Shades of Turmeric #AA9143

Tints of Turmeric #AA9143

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.96%

 BLUE value IS 67 (26.56% from 255) = 17.54%

R = 44.5%
G = 37.96%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA9143 (or 0xAA9143) is known color: Turmeric. HEX triplet: AA, 91 and 43. RGB value is (170,145,67). Sum of RGB (Red+Green+Blue) = 170+145+67=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9143 is #556EBC. Grayscale: #8F8F8F. Windows color (decimal): -5598909 or 4428202. OLE color: 4428202.

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

Color convert

RGB 170 145 67 -
CMYK 0 0.15 0.61 0.33
HSL 45.44º 0.43% 0.46% -
HSV(B) 45.44º 0.61% 0.67% -
XYZ 27.72 29.2 9.49 -
YUV 143.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 170 145 67 0 0.15 0.61 0.33 45.44 0.43 0.46
Hex AA 91 43 0 F 3D 21 2D 2B 2E
Octal 252 221 103 0 17 75 41 55 53 56
Binary 10101010 10010001 1000011 0 1111 111101 100001 101101 101011 101110

Color Harmonies of #AA9143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9143

Black with #AA9143

Text Example


Text Example

White with #AA9143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9143; }

 p { color: rgb(170,145,67); }

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

background-color css

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

 a { background-color: rgb(170,145,67); }

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

border-color css

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

 span { border-color: rgb(170,145,67); }

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