Html Css Color HEX #A68C89 Thatch

📋 copy color: '#A68C89'

red 166 ◦ green 140 ◦ blue 137

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

Shades of Thatch #A68C89

Tints of Thatch #A68C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 37.47%
G = 31.6%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A68C89 (or 0xA68C89) is known color: Thatch. HEX triplet: A6, 8C and 89. RGB value is (166,140,137). Sum of RGB (Red+Green+Blue) = 166+140+137=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68C89 is #597376. Grayscale: #939393. Windows color (decimal): -5862263 or 9014438. OLE color: 9014438.

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

Color convert

RGB 166 140 137 -
CMYK 0 0.16 0.17 0.35
HSL 6.21º 0.14% 0.59% -
HSV(B) 6.21º 0.17% 0.65% -
XYZ 29.62 28.67 27.64 -
YUV 147.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 166 140 137 0 0.16 0.17 0.35 6.21 0.14 0.59
Hex A6 8C 89 0 10 11 23 6 E 3B
Octal 246 214 211 0 20 21 43 6 16 73
Binary 10100110 10001100 10001001 0 10000 10001 100011 110 1110 111011

Color Harmonies of #A68C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C89

Black with #A68C89

Text Example


Text Example

White with #A68C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C89; }

 p { color: rgb(166,140,137); }

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

background-color css

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

 a { background-color: rgb(166,140,137); }

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

border-color css

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

 span { border-color: rgb(166,140,137); }

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