Html Css Color HEX #A9943F Turmeric

📋 copy color: '#A9943F'

red 169 ◦ green 148 ◦ blue 63

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

Shades of Turmeric #A9943F

Tints of Turmeric #A9943F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

 BLUE value IS 63 (25% from 255) = 16.58%

R = 44.47%
G = 38.95%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9943F (or 0xA9943F) is known color: Turmeric. HEX triplet: A9, 94 and 3F. RGB value is (169,148,63). Sum of RGB (Red+Green+Blue) = 169+148+63=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9943F is #566BC0. Grayscale: #909090. Windows color (decimal): -5663681 or 4166825. OLE color: 4166825.

HSL color Cylindrical-coordinate representation of color #A9943F: hue angle of 48.11º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9943F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 63 -
CMYK 0 0.12 0.63 0.34
HSL 48.11º 0.46% 0.45% -
HSV(B) 48.11º 0.63% 0.66% -
XYZ 27.85 29.97 9.02 -
YUV 144.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 169 148 63 0 0.12 0.63 0.34 48.11 0.46 0.45
Hex A9 94 3F 0 C 3F 22 30 2E 2D
Octal 251 224 77 0 14 77 42 60 56 55
Binary 10101001 10010100 111111 0 1100 111111 100010 110000 101110 101101

Color Harmonies of #A9943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9943F

Black with #A9943F

Text Example


Text Example

White with #A9943F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9943F; }

 p { color: rgb(169,148,63); }

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

background-color css

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

 a { background-color: rgb(169,148,63); }

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

border-color css

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

 span { border-color: rgb(169,148,63); }

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