Html Css Color HEX #A69643 Turmeric

📋 copy color: '#A69643'

red 166 ◦ green 150 ◦ blue 67

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

Shades of Turmeric #A69643

Tints of Turmeric #A69643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 43.34%
G = 39.16%
B = 17.49%

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

#A69643 (or 0xA69643) is known color: Turmeric. HEX triplet: A6, 96 and 43. RGB value is (166,150,67). Sum of RGB (Red+Green+Blue) = 166+150+67=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A69643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69643 is #5969BC. Grayscale: #919191. Windows color (decimal): -5859773 or 4429478. OLE color: 4429478.

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

Color convert

RGB 166 150 67 -
CMYK 0 0.10 0.60 0.35
HSL 50.3º 0.42% 0.46% -
HSV(B) 50.3º 0.6% 0.65% -
XYZ 27.65 30.32 9.71 -
YUV 145.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 166 150 67 0 0.10 0.60 0.35 50.3 0.42 0.46
Hex A6 96 43 0 A 3C 23 32 2A 2E
Octal 246 226 103 0 12 74 43 62 52 56
Binary 10100110 10010110 1000011 0 1010 111100 100011 110010 101010 101110

Color Harmonies of #A69643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69643

Black with #A69643

Text Example


Text Example

White with #A69643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69643; }

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

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

background-color css

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

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

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

border-color css

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

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

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