Html Css Color HEX #A69745 Turmeric

📋 copy color: '#A69745'

red 166 ◦ green 151 ◦ blue 69

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

Shades of Turmeric #A69745

Tints of Turmeric #A69745

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.12%

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 43.01%
G = 39.12%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A69745 (or 0xA69745) is known color: Turmeric. HEX triplet: A6, 97 and 45. RGB value is (166,151,69). Sum of RGB (Red+Green+Blue) = 166+151+69=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A69745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69745 is #5968BA. Grayscale: #929292. Windows color (decimal): -5859515 or 4560806. OLE color: 4560806.

HSL color Cylindrical-coordinate representation of color #A69745: hue angle of 50.72º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A69745 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 69 -
CMYK 0 0.09 0.58 0.35
HSL 50.72º 0.41% 0.46% -
HSV(B) 50.72º 0.58% 0.65% -
XYZ 27.87 30.67 10.08 -
YUV 146.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 166 151 69 0 0.09 0.58 0.35 50.72 0.41 0.46
Hex A6 97 45 0 9 3A 23 33 29 2E
Octal 246 227 105 0 11 72 43 63 51 56
Binary 10100110 10010111 1000101 0 1001 111010 100011 110011 101001 101110

Color Harmonies of #A69745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69745

Black with #A69745

Text Example


Text Example

White with #A69745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69745; }

 p { color: rgb(166,151,69); }

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

background-color css

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

 a { background-color: rgb(166,151,69); }

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

border-color css

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

 span { border-color: rgb(166,151,69); }

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