Html Css Color HEX #AA904B Turmeric

📋 copy color: '#AA904B'

red 170 ◦ green 144 ◦ blue 75

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

Shades of Turmeric #AA904B

Tints of Turmeric #AA904B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.02%

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 43.7%
G = 37.02%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA904B (or 0xAA904B) is known color: Turmeric. HEX triplet: AA, 90 and 4B. RGB value is (170,144,75). Sum of RGB (Red+Green+Blue) = 170+144+75=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA904B is #556FB4. Grayscale: #909090. Windows color (decimal): -5599157 or 4952234. OLE color: 4952234.

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

Color convert

RGB 170 144 75 -
CMYK 0 0.15 0.56 0.33
HSL 43.58º 0.39% 0.48% -
HSV(B) 43.58º 0.56% 0.67% -
XYZ 27.82 29 10.79 -
YUV 143.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 170 144 75 0 0.15 0.56 0.33 43.58 0.39 0.48
Hex AA 90 4B 0 F 38 21 2C 27 30
Octal 252 220 113 0 17 70 41 54 47 60
Binary 10101010 10010000 1001011 0 1111 111000 100001 101100 100111 110000

Color Harmonies of #AA904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA904B

Black with #AA904B

Text Example


Text Example

White with #AA904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA904B; }

 p { color: rgb(170,144,75); }

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

background-color css

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

 a { background-color: rgb(170,144,75); }

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

border-color css

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

 span { border-color: rgb(170,144,75); }

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