Html Css Color HEX #A69642 Turmeric

📋 copy color: '#A69642'

red 166 ◦ green 150 ◦ blue 66

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

Shades of Turmeric #A69642

Tints of Turmeric #A69642

RGB

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

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

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

R = 43.46%
G = 39.27%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A69642 (or 0xA69642) is known color: Turmeric. HEX triplet: A6, 96 and 42. RGB value is (166,150,66). Sum of RGB (Red+Green+Blue) = 166+150+66=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A69642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69642 is #5969BD. Grayscale: #919191. Windows color (decimal): -5859774 or 4363942. OLE color: 4363942.

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

Color convert

RGB 166 150 66 -
CMYK 0 0.10 0.60 0.35
HSL 50.4º 0.43% 0.45% -
HSV(B) 50.4º 0.6% 0.65% -
XYZ 27.62 30.31 9.55 -
YUV 145.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 166 150 66 0 0.10 0.60 0.35 50.4 0.43 0.45
Hex A6 96 42 0 A 3C 23 32 2B 2D
Octal 246 226 102 0 12 74 43 62 53 55
Binary 10100110 10010110 1000010 0 1010 111100 100011 110010 101011 101101

Color Harmonies of #A69642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69642

Black with #A69642

Text Example


Text Example

White with #A69642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69642; }

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

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

background-color css

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

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

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

border-color css

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

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

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