Html Css Color HEX #A69443 Turmeric

📋 copy color: '#A69443'

red 166 ◦ green 148 ◦ blue 67

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

Shades of Turmeric #A69443

Tints of Turmeric #A69443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.59%

R = 43.57%
G = 38.85%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A69443 (or 0xA69443) is known color: Turmeric. HEX triplet: A6, 94 and 43. RGB value is (166,148,67). Sum of RGB (Red+Green+Blue) = 166+148+67=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A69443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69443 is #596BBC. Grayscale: #909090. Windows color (decimal): -5860285 or 4428966. OLE color: 4428966.

HSL color Cylindrical-coordinate representation of color #A69443: hue angle of 49.09º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A69443 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 67 -
CMYK 0 0.11 0.60 0.35
HSL 49.09º 0.42% 0.46% -
HSV(B) 49.09º 0.6% 0.65% -
XYZ 27.33 29.69 9.6 -
YUV 144.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 166 148 67 0 0.11 0.60 0.35 49.09 0.42 0.46
Hex A6 94 43 0 B 3C 23 31 2A 2E
Octal 246 224 103 0 13 74 43 61 52 56
Binary 10100110 10010100 1000011 0 1011 111100 100011 110001 101010 101110

Color Harmonies of #A69443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69443

Black with #A69443

Text Example


Text Example

White with #A69443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69443; }

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

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

background-color css

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

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

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

border-color css

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

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

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