Html Css Color HEX #A69894 Thatch

📋 copy color: '#A69894'

red 166 ◦ green 152 ◦ blue 148

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

Shades of Thatch #A69894

Tints of Thatch #A69894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.62%

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

R = 35.62%
G = 32.62%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A69894 (or 0xA69894) is known color: Thatch. HEX triplet: A6, 98 and 94. RGB value is (166,152,148). Sum of RGB (Red+Green+Blue) = 166+152+148=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A69894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69894 is #59676B. Grayscale: #9B9B9B. Windows color (decimal): -5859180 or 9738406. OLE color: 9738406.

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

Color convert

RGB 166 152 148 -
CMYK 0 0.08 0.11 0.35
HSL 13.33º 0.09% 0.62% -
HSV(B) 13.33º 0.11% 0.65% -
XYZ 32.3 32.7 32.63 -
YUV 155.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 166 152 148 0 0.08 0.11 0.35 13.33 0.09 0.62
Hex A6 98 94 0 8 B 23 D 9 3E
Octal 246 230 224 0 10 13 43 15 11 76
Binary 10100110 10011000 10010100 0 1000 1011 100011 1101 1001 111110

Color Harmonies of #A69894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69894

Black with #A69894

Text Example


Text Example

White with #A69894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69894; }

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

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

background-color css

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

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

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

border-color css

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

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

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