Html Css Color HEX #AA9148 Turmeric

📋 copy color: '#AA9148'

red 170 ◦ green 145 ◦ blue 72

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

Shades of Turmeric #AA9148

Tints of Turmeric #AA9148

RGB

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

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

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

R = 43.93%
G = 37.47%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA9148 (or 0xAA9148) is known color: Turmeric. HEX triplet: AA, 91 and 48. RGB value is (170,145,72). Sum of RGB (Red+Green+Blue) = 170+145+72=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9148 is #556EB7. Grayscale: #909090. Windows color (decimal): -5598904 or 4755882. OLE color: 4755882.

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

Color convert

RGB 170 145 72 -
CMYK 0 0.15 0.58 0.33
HSL 44.69º 0.4% 0.47% -
HSV(B) 44.69º 0.58% 0.67% -
XYZ 27.87 29.26 10.31 -
YUV 144.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 170 145 72 0 0.15 0.58 0.33 44.69 0.4 0.47
Hex AA 91 48 0 F 3A 21 2D 28 2F
Octal 252 221 110 0 17 72 41 55 50 57
Binary 10101010 10010001 1001000 0 1111 111010 100001 101101 101000 101111

Color Harmonies of #AA9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9148

Black with #AA9148

Text Example


Text Example

White with #AA9148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9148; }

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

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

background-color css

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

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

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

border-color css

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

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

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