Html Css Color HEX #A3914D Turmeric

📋 copy color: '#A3914D'

red 163 ◦ green 145 ◦ blue 77

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

Shades of Turmeric #A3914D

Tints of Turmeric #A3914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 42.34%
G = 37.66%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3914D (or 0xA3914D) is known color: Turmeric. HEX triplet: A3, 91 and 4D. RGB value is (163,145,77). Sum of RGB (Red+Green+Blue) = 163+145+77=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3914D is #5C6EB2. Grayscale: #8E8E8E. Windows color (decimal): -6057651 or 5083555. OLE color: 5083555.

HSL color Cylindrical-coordinate representation of color #A3914D: hue angle of 47.44º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3914D is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 77 -
CMYK 0 0.11 0.53 0.36
HSL 47.44º 0.36% 0.47% -
HSV(B) 47.44º 0.53% 0.64% -
XYZ 26.57 28.57 11.14 -
YUV 142.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 163 145 77 0 0.11 0.53 0.36 47.44 0.36 0.47
Hex A3 91 4D 0 B 35 24 2F 24 2F
Octal 243 221 115 0 13 65 44 57 44 57
Binary 10100011 10010001 1001101 0 1011 110101 100100 101111 100100 101111

Color Harmonies of #A3914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3914D

Black with #A3914D

Text Example


Text Example

White with #A3914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3914D; }

 p { color: rgb(163,145,77); }

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

background-color css

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

 a { background-color: rgb(163,145,77); }

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

border-color css

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

 span { border-color: rgb(163,145,77); }

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