Html Css Color HEX #A69741 Turmeric

📋 copy color: '#A69741'

red 166 ◦ green 151 ◦ blue 65

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

Shades of Turmeric #A69741

Tints of Turmeric #A69741

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.53%

 BLUE value IS 65 (25.78% from 255) = 17.02%

R = 43.46%
G = 39.53%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A69741 (or 0xA69741) is known color: Turmeric. HEX triplet: A6, 97 and 41. RGB value is (166,151,65). Sum of RGB (Red+Green+Blue) = 166+151+65=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A69741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69741 is #5968BE. Grayscale: #929292. Windows color (decimal): -5859519 or 4298662. OLE color: 4298662.

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

Color convert

RGB 166 151 65 -
CMYK 0 0.09 0.61 0.35
HSL 51.09º 0.44% 0.45% -
HSV(B) 51.09º 0.61% 0.65% -
XYZ 27.75 30.62 9.45 -
YUV 145.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 166 151 65 0 0.09 0.61 0.35 51.09 0.44 0.45
Hex A6 97 41 0 9 3D 23 33 2C 2D
Octal 246 227 101 0 11 75 43 63 54 55
Binary 10100110 10010111 1000001 0 1001 111101 100011 110011 101100 101101

Color Harmonies of #A69741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69741

Black with #A69741

Text Example


Text Example

White with #A69741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69741; }

 p { color: rgb(166,151,65); }

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

background-color css

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

 a { background-color: rgb(166,151,65); }

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

border-color css

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

 span { border-color: rgb(166,151,65); }

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