Html Css Color HEX #A88D8B Thatch

📋 copy color: '#A88D8B'

red 168 ◦ green 141 ◦ blue 139

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

Shades of Thatch #A88D8B

Tints of Thatch #A88D8B

RGB

 RED value IS 168 (66.02% from 255) = 37.5%

 GREEN value IS 141 (55.47% from 255) = 31.47%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 37.5%
G = 31.47%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A88D8B (or 0xA88D8B) is known color: Thatch. HEX triplet: A8, 8D and 8B. RGB value is (168,141,139). Sum of RGB (Red+Green+Blue) = 168+141+139=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88D8B is #577274. Grayscale: #949494. Windows color (decimal): -5730933 or 9145768. OLE color: 9145768.

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

Color convert

RGB 168 141 139 -
CMYK 0 0.16 0.17 0.34
HSL 4.14º 0.14% 0.6% -
HSV(B) 4.14º 0.17% 0.66% -
XYZ 30.33 29.24 28.47 -
YUV 148.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 168 141 139 0 0.16 0.17 0.34 4.14 0.14 0.6
Hex A8 8D 8B 0 10 11 22 4 E 3C
Octal 250 215 213 0 20 21 42 4 16 74
Binary 10101000 10001101 10001011 0 10000 10001 100010 100 1110 111100

Color Harmonies of #A88D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D8B

Black with #A88D8B

Text Example


Text Example

White with #A88D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D8B; }

 p { color: rgb(168,141,139); }

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

background-color css

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

 a { background-color: rgb(168,141,139); }

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

border-color css

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

 span { border-color: rgb(168,141,139); }

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