Html Css Color HEX #A68A84 Thatch

📋 copy color: '#A68A84'

red 166 ◦ green 138 ◦ blue 132

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

Shades of Thatch #A68A84

Tints of Thatch #A68A84

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 38.07%
G = 31.65%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A68A84 (or 0xA68A84) is known color: Thatch. HEX triplet: A6, 8A and 84. RGB value is (166,138,132). Sum of RGB (Red+Green+Blue) = 166+138+132=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68A84 is #59757B. Grayscale: #919191. Windows color (decimal): -5862780 or 8686246. OLE color: 8686246.

HSL color Cylindrical-coordinate representation of color #A68A84: hue angle of 10.59º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68A84 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 138 132 -
CMYK 0 0.17 0.20 0.35
HSL 10.59º 0.16% 0.58% -
HSV(B) 10.59º 0.2% 0.65% -
XYZ 28.98 27.95 25.7 -
YUV 145.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 166 138 132 0 0.17 0.20 0.35 10.59 0.16 0.58
Hex A6 8A 84 0 11 14 23 B 10 3A
Octal 246 212 204 0 21 24 43 13 20 72
Binary 10100110 10001010 10000100 0 10001 10100 100011 1011 10000 111010

Color Harmonies of #A68A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A84

Black with #A68A84

Text Example


Text Example

White with #A68A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A84; }

 p { color: rgb(166,138,132); }

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

background-color css

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

 a { background-color: rgb(166,138,132); }

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

border-color css

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

 span { border-color: rgb(166,138,132); }

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