Html Css Color HEX #A69692 Thatch

📋 copy color: '#A69692'

red 166 ◦ green 150 ◦ blue 146

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

Shades of Thatch #A69692

Tints of Thatch #A69692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 35.93%
G = 32.47%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A69692 (or 0xA69692) is known color: Thatch. HEX triplet: A6, 96 and 92. RGB value is (166,150,146). Sum of RGB (Red+Green+Blue) = 166+150+146=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A69692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69692 is #59696D. Grayscale: #9A9A9A. Windows color (decimal): -5859694 or 9606822. OLE color: 9606822.

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

Color convert

RGB 166 150 146 -
CMYK 0 0.10 0.12 0.35
HSL 12º 0.1% 0.61% -
HSV(B) 12º 0.12% 0.65% -
XYZ 31.82 32 31.69 -
YUV 154.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 166 150 146 0 0.10 0.12 0.35 12 0.1 0.61
Hex A6 96 92 0 A C 23 C A 3D
Octal 246 226 222 0 12 14 43 14 12 75
Binary 10100110 10010110 10010010 0 1010 1100 100011 1100 1010 111101

Color Harmonies of #A69692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69692

Black with #A69692

Text Example


Text Example

White with #A69692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69692; }

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

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

background-color css

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

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

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

border-color css

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

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

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