Html Css Color HEX #A69441 Turmeric

📋 copy color: '#A69441'

red 166 ◦ green 148 ◦ blue 65

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

Shades of Turmeric #A69441

Tints of Turmeric #A69441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.05%

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 43.8%
G = 39.05%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A69441 (or 0xA69441) is known color: Turmeric. HEX triplet: A6, 94 and 41. RGB value is (166,148,65). Sum of RGB (Red+Green+Blue) = 166+148+65=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A69441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69441 is #596BBE. Grayscale: #909090. Windows color (decimal): -5860287 or 4297894. OLE color: 4297894.

HSL color Cylindrical-coordinate representation of color #A69441: hue angle of 49.31º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A69441 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 65 -
CMYK 0 0.11 0.61 0.35
HSL 49.31º 0.44% 0.45% -
HSV(B) 49.31º 0.61% 0.65% -
XYZ 27.27 29.67 9.29 -
YUV 143.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 166 148 65 0 0.11 0.61 0.35 49.31 0.44 0.45
Hex A6 94 41 0 B 3D 23 31 2C 2D
Octal 246 224 101 0 13 75 43 61 54 55
Binary 10100110 10010100 1000001 0 1011 111101 100011 110001 101100 101101

Color Harmonies of #A69441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69441

Black with #A69441

Text Example


Text Example

White with #A69441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69441; }

 p { color: rgb(166,148,65); }

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

background-color css

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

 a { background-color: rgb(166,148,65); }

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

border-color css

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

 span { border-color: rgb(166,148,65); }

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