Html Css Color HEX #A69742 Turmeric

📋 copy color: '#A69742'

red 166 ◦ green 151 ◦ blue 66

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

Shades of Turmeric #A69742

Tints of Turmeric #A69742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.23%

R = 43.34%
G = 39.43%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A69742 (or 0xA69742) is known color: Turmeric. HEX triplet: A6, 97 and 42. RGB value is (166,151,66). Sum of RGB (Red+Green+Blue) = 166+151+66=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A69742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69742 is #5968BD. Grayscale: #929292. Windows color (decimal): -5859518 or 4364198. OLE color: 4364198.

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

Color convert

RGB 166 151 66 -
CMYK 0 0.09 0.60 0.35
HSL 51º 0.43% 0.45% -
HSV(B) 51º 0.6% 0.65% -
XYZ 27.78 30.63 9.6 -
YUV 145.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 166 151 66 0 0.09 0.60 0.35 51 0.43 0.45
Hex A6 97 42 0 9 3C 23 33 2B 2D
Octal 246 227 102 0 11 74 43 63 53 55
Binary 10100110 10010111 1000010 0 1001 111100 100011 110011 101011 101101

Color Harmonies of #A69742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69742

Black with #A69742

Text Example


Text Example

White with #A69742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69742; }

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

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

background-color css

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

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

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

border-color css

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

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

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