Html Css Color HEX #A89088 Thatch

📋 copy color: '#A89088'

red 168 ◦ green 144 ◦ blue 136

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

Shades of Thatch #A89088

Tints of Thatch #A89088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.14%

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

R = 37.5%
G = 32.14%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A89088 (or 0xA89088) is known color: Thatch. HEX triplet: A8, 90 and 88. RGB value is (168,144,136). Sum of RGB (Red+Green+Blue) = 168+144+136=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 168 - color contains mainly: red. Hex color #A89088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89088 is #576F77. Grayscale: #969696. Windows color (decimal): -5730168 or 8949928. OLE color: 8949928.

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

Color convert

RGB 168 144 136 -
CMYK 0 0.14 0.19 0.34
HSL 15º 0.16% 0.6% -
HSV(B) 15º 0.19% 0.66% -
XYZ 30.57 30.05 27.48 -
YUV 150.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 168 144 136 0 0.14 0.19 0.34 15 0.16 0.6
Hex A8 90 88 0 E 13 22 F 10 3C
Octal 250 220 210 0 16 23 42 17 20 74
Binary 10101000 10010000 10001000 0 1110 10011 100010 1111 10000 111100

Color Harmonies of #A89088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89088

Black with #A89088

Text Example


Text Example

White with #A89088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89088; }

 p { color: rgb(168,144,136); }

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

background-color css

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

 a { background-color: rgb(168,144,136); }

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

border-color css

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

 span { border-color: rgb(168,144,136); }

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