Html Css Color HEX #A69795 Thatch

📋 copy color: '#A69795'

red 166 ◦ green 151 ◦ blue 149

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

Shades of Thatch #A69795

Tints of Thatch #A69795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.97%

R = 35.62%
G = 32.4%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A69795 (or 0xA69795) is known color: Thatch. HEX triplet: A6, 97 and 95. RGB value is (166,151,149). Sum of RGB (Red+Green+Blue) = 166+151+149=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A69795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69795 is #59686A. Grayscale: #9B9B9B. Windows color (decimal): -5859435 or 9803686. OLE color: 9803686.

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

Color convert

RGB 166 151 149 -
CMYK 0 0.09 0.10 0.35
HSL 7.06º 0.09% 0.62% -
HSV(B) 7.06º 0.1% 0.65% -
XYZ 32.22 32.41 32.99 -
YUV 155.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 166 151 149 0 0.09 0.10 0.35 7.06 0.09 0.62
Hex A6 97 95 0 9 A 23 7 9 3E
Octal 246 227 225 0 11 12 43 7 11 76
Binary 10100110 10010111 10010101 0 1001 1010 100011 111 1001 111110

Color Harmonies of #A69795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69795

Black with #A69795

Text Example


Text Example

White with #A69795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69795; }

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

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

background-color css

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

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

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

border-color css

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

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

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