Html Css Color HEX #A68984 Thatch

📋 copy color: '#A68984'

red 166 ◦ green 137 ◦ blue 132

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

Shades of Thatch #A68984

Tints of Thatch #A68984

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.49%

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

R = 38.16%
G = 31.49%
B = 30.34%

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

#A68984 (or 0xA68984) is known color: Thatch. HEX triplet: A6, 89 and 84. RGB value is (166,137,132). Sum of RGB (Red+Green+Blue) = 166+137+132=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68984 is #59767B. Grayscale: #919191. Windows color (decimal): -5863036 or 8685990. OLE color: 8685990.

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

Color convert

RGB 166 137 132 -
CMYK 0 0.17 0.20 0.35
HSL 8.82º 0.16% 0.58% -
HSV(B) 8.82º 0.2% 0.65% -
XYZ 28.84 27.66 25.65 -
YUV 145.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 166 137 132 0 0.17 0.20 0.35 8.82 0.16 0.58
Hex A6 89 84 0 11 14 23 9 10 3A
Octal 246 211 204 0 21 24 43 11 20 72
Binary 10100110 10001001 10000100 0 10001 10100 100011 1001 10000 111010

Color Harmonies of #A68984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68984

Black with #A68984

Text Example


Text Example

White with #A68984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68984; }

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

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

background-color css

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

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

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

border-color css

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

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

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