Html Css Color HEX #A69694 Thatch

📋 copy color: '#A69694'

red 166 ◦ green 150 ◦ blue 148

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

Shades of Thatch #A69694

Tints of Thatch #A69694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

 BLUE value IS 148 (58.2% from 255) = 31.9%

R = 35.78%
G = 32.33%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A69694 (or 0xA69694) is known color: Thatch. HEX triplet: A6, 96 and 94. RGB value is (166,150,148). Sum of RGB (Red+Green+Blue) = 166+150+148=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A69694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69694 is #59696B. Grayscale: #9A9A9A. Windows color (decimal): -5859692 or 9737894. OLE color: 9737894.

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

Color convert

RGB 166 150 148 -
CMYK 0 0.10 0.11 0.35
HSL 6.67º 0.09% 0.62% -
HSV(B) 6.67º 0.11% 0.65% -
XYZ 31.98 32.06 32.52 -
YUV 154.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 166 150 148 0 0.10 0.11 0.35 6.67 0.09 0.62
Hex A6 96 94 0 A B 23 7 9 3E
Octal 246 226 224 0 12 13 43 7 11 76
Binary 10100110 10010110 10010100 0 1010 1011 100011 111 1001 111110

Color Harmonies of #A69694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69694

Black with #A69694

Text Example


Text Example

White with #A69694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69694; }

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

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

background-color css

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

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

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

border-color css

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

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

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