Html Css Color HEX #AA9448 Turmeric

📋 copy color: '#AA9448'

red 170 ◦ green 148 ◦ blue 72

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

Shades of Turmeric #AA9448

Tints of Turmeric #AA9448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 43.59%
G = 37.95%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA9448 (or 0xAA9448) is known color: Turmeric. HEX triplet: AA, 94 and 48. RGB value is (170,148,72). Sum of RGB (Red+Green+Blue) = 170+148+72=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9448 is #556BB7. Grayscale: #929292. Windows color (decimal): -5598136 or 4756650. OLE color: 4756650.

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

Color convert

RGB 170 148 72 -
CMYK 0 0.13 0.58 0.33
HSL 46.53º 0.4% 0.47% -
HSV(B) 46.53º 0.58% 0.67% -
XYZ 28.34 30.19 10.47 -
YUV 145.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 170 148 72 0 0.13 0.58 0.33 46.53 0.4 0.47
Hex AA 94 48 0 D 3A 21 2F 28 2F
Octal 252 224 110 0 15 72 41 57 50 57
Binary 10101010 10010100 1001000 0 1101 111010 100001 101111 101000 101111

Color Harmonies of #AA9448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9448

Black with #AA9448

Text Example


Text Example

White with #AA9448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9448; }

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

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

background-color css

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

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

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

border-color css

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

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

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