Html Css Color HEX #A98D4A Turmeric

📋 copy color: '#A98D4A'

red 169 ◦ green 141 ◦ blue 74

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

Shades of Turmeric #A98D4A

Tints of Turmeric #A98D4A

RGB

 RED value IS 169 (66.41% from 255) = 44.01%

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

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

R = 44.01%
G = 36.72%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A98D4A (or 0xA98D4A) is known color: Turmeric. HEX triplet: A9, 8D and 4A. RGB value is (169,141,74). Sum of RGB (Red+Green+Blue) = 169+141+74=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D4A is #5672B5. Grayscale: #8E8E8E. Windows color (decimal): -5665462 or 4885929. OLE color: 4885929.

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

Color convert

RGB 169 141 74 -
CMYK 0 0.17 0.56 0.34
HSL 42.32º 0.39% 0.48% -
HSV(B) 42.32º 0.56% 0.66% -
XYZ 27.12 27.98 10.45 -
YUV 141.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 169 141 74 0 0.17 0.56 0.34 42.32 0.39 0.48
Hex A9 8D 4A 0 11 38 22 2A 27 30
Octal 251 215 112 0 21 70 42 52 47 60
Binary 10101001 10001101 1001010 0 10001 111000 100010 101010 100111 110000

Color Harmonies of #A98D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98D4A

Black with #A98D4A

Text Example


Text Example

White with #A98D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98D4A; }

 p { color: rgb(169,141,74); }

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

background-color css

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

 a { background-color: rgb(169,141,74); }

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

border-color css

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

 span { border-color: rgb(169,141,74); }

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