Html Css Color HEX #A39A41 Turmeric

📋 copy color: '#A39A41'

red 163 ◦ green 154 ◦ blue 65

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

Shades of Turmeric #A39A41

Tints of Turmeric #A39A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.02%

R = 42.67%
G = 40.31%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A39A41 (or 0xA39A41) is known color: Turmeric. HEX triplet: A3, 9A and 41. RGB value is (163,154,65). Sum of RGB (Red+Green+Blue) = 163+154+65=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A41 is #5C65BE. Grayscale: #929292. Windows color (decimal): -6055359 or 4299427. OLE color: 4299427.

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

Color convert

RGB 163 154 65 -
CMYK 0 0.06 0.60 0.36
HSL 54.49º 0.43% 0.45% -
HSV(B) 54.49º 0.6% 0.64% -
XYZ 27.61 31.28 9.58 -
YUV 146.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 163 154 65 0 0.06 0.60 0.36 54.49 0.43 0.45
Hex A3 9A 41 0 6 3C 24 36 2B 2D
Octal 243 232 101 0 6 74 44 66 53 55
Binary 10100011 10011010 1000001 0 110 111100 100100 110110 101011 101101

Color Harmonies of #A39A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39A41

Black with #A39A41

Text Example


Text Example

White with #A39A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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