Html Css Color HEX #A88E8B Thatch

📋 copy color: '#A88E8B'

red 168 ◦ green 142 ◦ blue 139

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

Shades of Thatch #A88E8B

Tints of Thatch #A88E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.63%

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

R = 37.42%
G = 31.63%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A88E8B (or 0xA88E8B) is known color: Thatch. HEX triplet: A8, 8E and 8B. RGB value is (168,142,139). Sum of RGB (Red+Green+Blue) = 168+142+139=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88E8B is #577174. Grayscale: #959595. Windows color (decimal): -5730677 or 9146024. OLE color: 9146024.

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

Color convert

RGB 168 142 139 -
CMYK 0 0.15 0.17 0.34
HSL 6.21º 0.14% 0.6% -
HSV(B) 6.21º 0.17% 0.66% -
XYZ 30.48 29.53 28.52 -
YUV 149.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 168 142 139 0 0.15 0.17 0.34 6.21 0.14 0.6
Hex A8 8E 8B 0 F 11 22 6 E 3C
Octal 250 216 213 0 17 21 42 6 16 74
Binary 10101000 10001110 10001011 0 1111 10001 100010 110 1110 111100

Color Harmonies of #A88E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E8B

Black with #A88E8B

Text Example


Text Example

White with #A88E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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