Html Css Color HEX #A6914A Turmeric

📋 copy color: '#A6914A'

red 166 ◦ green 145 ◦ blue 74

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

Shades of Turmeric #A6914A

Tints of Turmeric #A6914A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 43.12%
G = 37.66%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6914A (or 0xA6914A) is known color: Turmeric. HEX triplet: A6, 91 and 4A. RGB value is (166,145,74). Sum of RGB (Red+Green+Blue) = 166+145+74=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6914A is #596EB5. Grayscale: #8F8F8F. Windows color (decimal): -5861046 or 4886950. OLE color: 4886950.

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

Color convert

RGB 166 145 74 -
CMYK 0 0.13 0.55 0.35
HSL 46.3º 0.38% 0.47% -
HSV(B) 46.3º 0.55% 0.65% -
XYZ 27.09 28.85 10.62 -
YUV 143.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 166 145 74 0 0.13 0.55 0.35 46.3 0.38 0.47
Hex A6 91 4A 0 D 37 23 2E 26 2F
Octal 246 221 112 0 15 67 43 56 46 57
Binary 10100110 10010001 1001010 0 1101 110111 100011 101110 100110 101111

Color Harmonies of #A6914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6914A

Black with #A6914A

Text Example


Text Example

White with #A6914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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