Html Css Color HEX #A88A88 Thatch

📋 copy color: '#A88A88'

red 168 ◦ green 138 ◦ blue 136

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

Shades of Thatch #A88A88

Tints of Thatch #A88A88

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

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

R = 38.01%
G = 31.22%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A88A88 (or 0xA88A88) is known color: Thatch. HEX triplet: A8, 8A and 88. RGB value is (168,138,136). Sum of RGB (Red+Green+Blue) = 168+138+136=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88A88 is #577577. Grayscale: #929292. Windows color (decimal): -5731704 or 8948392. OLE color: 8948392.

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

Color convert

RGB 168 138 136 -
CMYK 0 0.18 0.19 0.34
HSL 3.75º 0.16% 0.6% -
HSV(B) 3.75º 0.19% 0.66% -
XYZ 29.68 28.28 27.19 -
YUV 146.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 168 138 136 0 0.18 0.19 0.34 3.75 0.16 0.6
Hex A8 8A 88 0 12 13 22 4 10 3C
Octal 250 212 210 0 22 23 42 4 20 74
Binary 10101000 10001010 10001000 0 10010 10011 100010 100 10000 111100

Color Harmonies of #A88A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A88

Black with #A88A88

Text Example


Text Example

White with #A88A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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