Html Css Color HEX #A98B88 Thatch

📋 copy color: '#A98B88'

red 169 ◦ green 139 ◦ blue 136

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

Shades of Thatch #A98B88

Tints of Thatch #A98B88

RGB

 RED value IS 169 (66.41% from 255) = 38.06%

 GREEN value IS 139 (54.69% from 255) = 31.31%

 BLUE value IS 136 (53.52% from 255) = 30.63%

R = 38.06%
G = 31.31%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A98B88 (or 0xA98B88) is known color: Thatch. HEX triplet: A9, 8B and 88. RGB value is (169,139,136). Sum of RGB (Red+Green+Blue) = 169+139+136=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98B88 is #567477. Grayscale: #939393. Windows color (decimal): -5665912 or 8948649. OLE color: 8948649.

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

Color convert

RGB 169 139 136 -
CMYK 0 0.18 0.20 0.34
HSL 5.45º 0.16% 0.6% -
HSV(B) 5.45º 0.2% 0.66% -
XYZ 30.04 28.68 27.24 -
YUV 147.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 169 139 136 0 0.18 0.20 0.34 5.45 0.16 0.6
Hex A9 8B 88 0 12 14 22 5 10 3C
Octal 251 213 210 0 22 24 42 5 20 74
Binary 10101001 10001011 10001000 0 10010 10100 100010 101 10000 111100

Color Harmonies of #A98B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98B88

Black with #A98B88

Text Example


Text Example

White with #A98B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98B88; }

 p { color: rgb(169,139,136); }

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

background-color css

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

 a { background-color: rgb(169,139,136); }

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

border-color css

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

 span { border-color: rgb(169,139,136); }

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