Html Css Color HEX #AA8D48 Turmeric

📋 copy color: '#AA8D48'

red 170 ◦ green 141 ◦ blue 72

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

Shades of Turmeric #AA8D48

Tints of Turmeric #AA8D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.81%

 BLUE value IS 72 (28.52% from 255) = 18.8%

R = 44.39%
G = 36.81%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8D48 (or 0xAA8D48) is known color: Turmeric. HEX triplet: AA, 8D and 48. RGB value is (170,141,72). Sum of RGB (Red+Green+Blue) = 170+141+72=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D48 is #5572B7. Grayscale: #8E8E8E. Windows color (decimal): -5599928 or 4754858. OLE color: 4754858.

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

Color convert

RGB 170 141 72 -
CMYK 0 0.17 0.58 0.33
HSL 42.24º 0.4% 0.47% -
HSV(B) 42.24º 0.58% 0.67% -
XYZ 27.27 28.06 10.11 -
YUV 141.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 170 141 72 0 0.17 0.58 0.33 42.24 0.4 0.47
Hex AA 8D 48 0 11 3A 21 2A 28 2F
Octal 252 215 110 0 21 72 41 52 50 57
Binary 10101010 10001101 1001000 0 10001 111010 100001 101010 101000 101111

Color Harmonies of #AA8D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D48

Black with #AA8D48

Text Example


Text Example

White with #AA8D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D48; }

 p { color: rgb(170,141,72); }

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

background-color css

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

 a { background-color: rgb(170,141,72); }

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

border-color css

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

 span { border-color: rgb(170,141,72); }

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