Html Css Color HEX #A88A84 Thatch

📋 copy color: '#A88A84'

red 168 ◦ green 138 ◦ blue 132

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

Shades of Thatch #A88A84

Tints of Thatch #A88A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.14%

R = 38.36%
G = 31.51%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A88A84 (or 0xA88A84) is known color: Thatch. HEX triplet: A8, 8A and 84. RGB value is (168,138,132). Sum of RGB (Red+Green+Blue) = 168+138+132=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88A84 is #57757B. Grayscale: #929292. Windows color (decimal): -5731708 or 8686248. OLE color: 8686248.

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

Color convert

RGB 168 138 132 -
CMYK 0 0.18 0.21 0.34
HSL 10º 0.17% 0.59% -
HSV(B) 10º 0.21% 0.66% -
XYZ 29.4 28.17 25.72 -
YUV 146.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 168 138 132 0 0.18 0.21 0.34 10 0.17 0.59
Hex A8 8A 84 0 12 15 22 A 11 3B
Octal 250 212 204 0 22 25 42 12 21 73
Binary 10101000 10001010 10000100 0 10010 10101 100010 1010 10001 111011

Color Harmonies of #A88A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A84

Black with #A88A84

Text Example


Text Example

White with #A88A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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