Html Css Color HEX #A6914C Turmeric

📋 copy color: '#A6914C'

red 166 ◦ green 145 ◦ blue 76

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

Shades of Turmeric #A6914C

Tints of Turmeric #A6914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 42.89%
G = 37.47%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6914C (or 0xA6914C) is known color: Turmeric. HEX triplet: A6, 91 and 4C. RGB value is (166,145,76). Sum of RGB (Red+Green+Blue) = 166+145+76=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6914C is #596EB3. Grayscale: #8F8F8F. Windows color (decimal): -5861044 or 5018022. OLE color: 5018022.

HSL color Cylindrical-coordinate representation of color #A6914C: hue angle of 46º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6914C is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 145 76 -
CMYK 0 0.13 0.54 0.35
HSL 46º 0.37% 0.47% -
HSV(B) 46º 0.54% 0.65% -
XYZ 27.16 28.88 10.98 -
YUV 143.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 166 145 76 0 0.13 0.54 0.35 46 0.37 0.47
Hex A6 91 4C 0 D 36 23 2E 25 2F
Octal 246 221 114 0 15 66 43 56 45 57
Binary 10100110 10010001 1001100 0 1101 110110 100011 101110 100101 101111

Color Harmonies of #A6914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6914C

Black with #A6914C

Text Example


Text Example

White with #A6914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6914C; }

 p { color: rgb(166,145,76); }

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

background-color css

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

 a { background-color: rgb(166,145,76); }

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

border-color css

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

 span { border-color: rgb(166,145,76); }

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