Html Css Color HEX #A69640 Turmeric

📋 copy color: '#A69640'

red 166 ◦ green 150 ◦ blue 64

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

Shades of Turmeric #A69640

Tints of Turmeric #A69640

RGB

 RED value IS 166 (65.23% from 255) = 43.68%

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

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

R = 43.68%
G = 39.47%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A69640 (or 0xA69640) is known color: Turmeric. HEX triplet: A6, 96 and 40. RGB value is (166,150,64). Sum of RGB (Red+Green+Blue) = 166+150+64=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A69640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69640 is #5969BF. Grayscale: #919191. Windows color (decimal): -5859776 or 4232870. OLE color: 4232870.

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

Color convert

RGB 166 150 64 -
CMYK 0 0.10 0.61 0.35
HSL 50.59º 0.44% 0.45% -
HSV(B) 50.59º 0.61% 0.65% -
XYZ 27.56 30.29 9.24 -
YUV 144.98 82.3 142.99 -
System Red Green Blue C M Y K H S L
Decimal 166 150 64 0 0.10 0.61 0.35 50.59 0.44 0.45
Hex A6 96 40 0 A 3D 23 33 2C 2D
Octal 246 226 100 0 12 75 43 63 54 55
Binary 10100110 10010110 1000000 0 1010 111101 100011 110011 101100 101101

Color Harmonies of #A69640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69640

Black with #A69640

Text Example


Text Example

White with #A69640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69640; }

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

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

background-color css

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

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

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

border-color css

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

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

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