Html Css Color HEX #A39A40 Turmeric

📋 copy color: '#A39A40'

red 163 ◦ green 154 ◦ blue 64

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

Shades of Turmeric #A39A40

Tints of Turmeric #A39A40

RGB

 RED value IS 163 (64.06% from 255) = 42.78%

 GREEN value IS 154 (60.55% from 255) = 40.42%

 BLUE value IS 64 (25.39% from 255) = 16.8%

R = 42.78%
G = 40.42%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A39A40 (or 0xA39A40) is known color: Turmeric. HEX triplet: A3, 9A and 40. RGB value is (163,154,64). Sum of RGB (Red+Green+Blue) = 163+154+64=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A40 is #5C65BF. Grayscale: #929292. Windows color (decimal): -6055360 or 4233891. OLE color: 4233891.

HSL color Cylindrical-coordinate representation of color #A39A40: hue angle of 54.55º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A39A40 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 154 64 -
CMYK 0 0.06 0.61 0.36
HSL 54.55º 0.44% 0.45% -
HSV(B) 54.55º 0.61% 0.64% -
XYZ 27.59 31.27 9.43 -
YUV 146.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 163 154 64 0 0.06 0.61 0.36 54.55 0.44 0.45
Hex A3 9A 40 0 6 3D 24 37 2C 2D
Octal 243 232 100 0 6 75 44 67 54 55
Binary 10100011 10011010 1000000 0 110 111101 100100 110111 101100 101101

Color Harmonies of #A39A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39A40

Black with #A39A40

Text Example


Text Example

White with #A39A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39A40; }

 p { color: rgb(163,154,64); }

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

background-color css

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

 a { background-color: rgb(163,154,64); }

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

border-color css

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

 span { border-color: rgb(163,154,64); }

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