Html Css Color HEX #A69540 Turmeric

📋 copy color: '#A69540'

red 166 ◦ green 149 ◦ blue 64

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

Shades of Turmeric #A69540

Tints of Turmeric #A69540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.31%

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

R = 43.8%
G = 39.31%
B = 16.89%

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

#A69540 (or 0xA69540) is known color: Turmeric. HEX triplet: A6, 95 and 40. RGB value is (166,149,64). Sum of RGB (Red+Green+Blue) = 166+149+64=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A69540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69540 is #596ABF. Grayscale: #909090. Windows color (decimal): -5860032 or 4232614. OLE color: 4232614.

HSL color Cylindrical-coordinate representation of color #A69540: hue angle of 50º 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 #A69540 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 64 -
CMYK 0 0.10 0.61 0.35
HSL 50º 0.44% 0.45% -
HSV(B) 50º 0.61% 0.65% -
XYZ 27.4 29.97 9.19 -
YUV 144.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 166 149 64 0 0.10 0.61 0.35 50 0.44 0.45
Hex A6 95 40 0 A 3D 23 32 2C 2D
Octal 246 225 100 0 12 75 43 62 54 55
Binary 10100110 10010101 1000000 0 1010 111101 100011 110010 101100 101101

Color Harmonies of #A69540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69540

Black with #A69540

Text Example


Text Example

White with #A69540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69540; }

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

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

background-color css

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

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

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

border-color css

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

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

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