Html Css Color HEX #AA924A Turmeric

📋 copy color: '#AA924A'

red 170 ◦ green 146 ◦ blue 74

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

Shades of Turmeric #AA924A

Tints of Turmeric #AA924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 43.59%
G = 37.44%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA924A (or 0xAA924A) is known color: Turmeric. HEX triplet: AA, 92 and 4A. RGB value is (170,146,74). Sum of RGB (Red+Green+Blue) = 170+146+74=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA924A is #556DB5. Grayscale: #919191. Windows color (decimal): -5598646 or 4887210. OLE color: 4887210.

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

Color convert

RGB 170 146 74 -
CMYK 0 0.14 0.56 0.33
HSL 45º 0.39% 0.48% -
HSV(B) 45º 0.56% 0.67% -
XYZ 28.09 29.6 10.71 -
YUV 144.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 170 146 74 0 0.14 0.56 0.33 45 0.39 0.48
Hex AA 92 4A 0 E 38 21 2D 27 30
Octal 252 222 112 0 16 70 41 55 47 60
Binary 10101010 10010010 1001010 0 1110 111000 100001 101101 100111 110000

Color Harmonies of #AA924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA924A

Black with #AA924A

Text Example


Text Example

White with #AA924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA924A; }

 p { color: rgb(170,146,74); }

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

background-color css

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

 a { background-color: rgb(170,146,74); }

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

border-color css

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

 span { border-color: rgb(170,146,74); }

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