Html Css Color HEX #A9904B Turmeric

📋 copy color: '#A9904B'

red 169 ◦ green 144 ◦ blue 75

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

Shades of Turmeric #A9904B

Tints of Turmeric #A9904B

RGB

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

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

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

R = 43.56%
G = 37.11%
B = 19.33%

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

#A9904B (or 0xA9904B) is known color: Turmeric. HEX triplet: A9, 90 and 4B. RGB value is (169,144,75). Sum of RGB (Red+Green+Blue) = 169+144+75=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A9904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9904B is #566FB4. Grayscale: #8F8F8F. Windows color (decimal): -5664693 or 4952233. OLE color: 4952233.

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

Color convert

RGB 169 144 75 -
CMYK 0 0.15 0.56 0.34
HSL 44.04º 0.39% 0.48% -
HSV(B) 44.04º 0.56% 0.66% -
XYZ 27.61 28.89 10.78 -
YUV 143.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 169 144 75 0 0.15 0.56 0.34 44.04 0.39 0.48
Hex A9 90 4B 0 F 38 22 2C 27 30
Octal 251 220 113 0 17 70 42 54 47 60
Binary 10101001 10010000 1001011 0 1111 111000 100010 101100 100111 110000

Color Harmonies of #A9904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9904B

Black with #A9904B

Text Example


Text Example

White with #A9904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9904B; }

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

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

background-color css

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

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

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

border-color css

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

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

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