Html Css Color HEX #A79640 Turmeric

📋 copy color: '#A79640'

red 167 ◦ green 150 ◦ blue 64

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

Shades of Turmeric #A79640

Tints of Turmeric #A79640

RGB

 RED value IS 167 (65.63% from 255) = 43.83%

 GREEN value IS 150 (58.98% from 255) = 39.37%

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

R = 43.83%
G = 39.37%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A79640 (or 0xA79640) is known color: Turmeric. HEX triplet: A7, 96 and 40. RGB value is (167,150,64). Sum of RGB (Red+Green+Blue) = 167+150+64=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A79640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79640 is #5869BF. Grayscale: #919191. Windows color (decimal): -5794240 or 4232871. OLE color: 4232871.

HSL color Cylindrical-coordinate representation of color #A79640: hue angle of 50.1º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A79640 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 150 64 -
CMYK 0 0.10 0.62 0.35
HSL 50.1º 0.45% 0.45% -
HSV(B) 50.1º 0.62% 0.65% -
XYZ 27.77 30.4 9.25 -
YUV 145.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 167 150 64 0 0.10 0.62 0.35 50.1 0.45 0.45
Hex A7 96 40 0 A 3E 23 32 2D 2D
Octal 247 226 100 0 12 76 43 62 55 55
Binary 10100111 10010110 1000000 0 1010 111110 100011 110010 101101 101101

Color Harmonies of #A79640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79640

Black with #A79640

Text Example


Text Example

White with #A79640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79640; }

 p { color: rgb(167,150,64); }

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

background-color css

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

 a { background-color: rgb(167,150,64); }

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

border-color css

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

 span { border-color: rgb(167,150,64); }

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