Html Css Color HEX #A68885 Thatch

📋 copy color: '#A68885'

red 166 ◦ green 136 ◦ blue 133

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

Shades of Thatch #A68885

Tints of Thatch #A68885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 38.16%
G = 31.26%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A68885 (or 0xA68885) is known color: Thatch. HEX triplet: A6, 88 and 85. RGB value is (166,136,133). Sum of RGB (Red+Green+Blue) = 166+136+133=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68885 is #59777A. Grayscale: #909090. Windows color (decimal): -5863291 or 8751270. OLE color: 8751270.

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

Color convert

RGB 166 136 133 -
CMYK 0 0.18 0.20 0.35
HSL 5.45º 0.16% 0.59% -
HSV(B) 5.45º 0.2% 0.65% -
XYZ 28.76 27.41 25.96 -
YUV 144.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 166 136 133 0 0.18 0.20 0.35 5.45 0.16 0.59
Hex A6 88 85 0 12 14 23 5 10 3B
Octal 246 210 205 0 22 24 43 5 20 73
Binary 10100110 10001000 10000101 0 10010 10100 100011 101 10000 111011

Color Harmonies of #A68885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68885

Black with #A68885

Text Example


Text Example

White with #A68885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68885; }

 p { color: rgb(166,136,133); }

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

background-color css

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

 a { background-color: rgb(166,136,133); }

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

border-color css

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

 span { border-color: rgb(166,136,133); }

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