Html Css Color HEX #A9904A Turmeric

📋 copy color: '#A9904A'

red 169 ◦ green 144 ◦ blue 74

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

Shades of Turmeric #A9904A

Tints of Turmeric #A9904A

RGB

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

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

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

R = 43.67%
G = 37.21%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9904A (or 0xA9904A) is known color: Turmeric. HEX triplet: A9, 90 and 4A. RGB value is (169,144,74). Sum of RGB (Red+Green+Blue) = 169+144+74=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A9904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9904A is #566FB5. Grayscale: #8F8F8F. Windows color (decimal): -5664694 or 4886697. OLE color: 4886697.

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

Color convert

RGB 169 144 74 -
CMYK 0 0.15 0.56 0.34
HSL 44.21º 0.39% 0.48% -
HSV(B) 44.21º 0.56% 0.66% -
XYZ 27.57 28.88 10.6 -
YUV 143.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 169 144 74 0 0.15 0.56 0.34 44.21 0.39 0.48
Hex A9 90 4A 0 F 38 22 2C 27 30
Octal 251 220 112 0 17 70 42 54 47 60
Binary 10101001 10010000 1001010 0 1111 111000 100010 101100 100111 110000

Color Harmonies of #A9904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9904A

Black with #A9904A

Text Example


Text Example

White with #A9904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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