Html Css Color HEX #A4934A Turmeric

📋 copy color: '#A4934A'

red 164 ◦ green 147 ◦ blue 74

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

Shades of Turmeric #A4934A

Tints of Turmeric #A4934A

RGB

 RED value IS 164 (64.45% from 255) = 42.6%

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 42.6%
G = 38.18%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4934A (or 0xA4934A) is known color: Turmeric. HEX triplet: A4, 93 and 4A. RGB value is (164,147,74). Sum of RGB (Red+Green+Blue) = 164+147+74=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4934A is #5B6CB5. Grayscale: #909090. Windows color (decimal): -5991606 or 4887460. OLE color: 4887460.

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

Color convert

RGB 164 147 74 -
CMYK 0 0.10 0.55 0.36
HSL 48.67º 0.38% 0.47% -
HSV(B) 48.67º 0.55% 0.64% -
XYZ 26.98 29.25 10.7 -
YUV 143.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 164 147 74 0 0.10 0.55 0.36 48.67 0.38 0.47
Hex A4 93 4A 0 A 37 24 31 26 2F
Octal 244 223 112 0 12 67 44 61 46 57
Binary 10100100 10010011 1001010 0 1010 110111 100100 110001 100110 101111

Color Harmonies of #A4934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4934A

Black with #A4934A

Text Example


Text Example

White with #A4934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4934A; }

 p { color: rgb(164,147,74); }

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

background-color css

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

 a { background-color: rgb(164,147,74); }

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

border-color css

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

 span { border-color: rgb(164,147,74); }

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