Html Css Color HEX #A6914B Turmeric

📋 copy color: '#A6914B'

red 166 ◦ green 145 ◦ blue 75

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

Shades of Turmeric #A6914B

Tints of Turmeric #A6914B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.43%

R = 43.01%
G = 37.56%
B = 19.43%

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

#A6914B (or 0xA6914B) is known color: Turmeric. HEX triplet: A6, 91 and 4B. RGB value is (166,145,75). Sum of RGB (Red+Green+Blue) = 166+145+75=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A6914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6914B is #596EB4. Grayscale: #8F8F8F. Windows color (decimal): -5861045 or 4952486. OLE color: 4952486.

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

Color convert

RGB 166 145 75 -
CMYK 0 0.13 0.55 0.35
HSL 46.15º 0.38% 0.47% -
HSV(B) 46.15º 0.55% 0.65% -
XYZ 27.12 28.87 10.8 -
YUV 143.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 166 145 75 0 0.13 0.55 0.35 46.15 0.38 0.47
Hex A6 91 4B 0 D 37 23 2E 26 2F
Octal 246 221 113 0 15 67 43 56 46 57
Binary 10100110 10010001 1001011 0 1101 110111 100011 101110 100110 101111

Color Harmonies of #A6914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6914B

Black with #A6914B

Text Example


Text Example

White with #A6914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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