Html Css Color HEX #A89090 Thatch

📋 copy color: '#A89090'

red 168 ◦ green 144 ◦ blue 144

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

Shades of Thatch #A89090

Tints of Thatch #A89090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 36.84%
G = 31.58%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A89090 (or 0xA89090) is known color: Thatch. HEX triplet: A8, 90 and 90. RGB value is (168,144,144). Sum of RGB (Red+Green+Blue) = 168+144+144=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A89090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89090 is #576F6F. Grayscale: #979797. Windows color (decimal): -5730160 or 9474216. OLE color: 9474216.

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

Color convert

RGB 168 144 144 -
CMYK 0 0.14 0.14 0.34
HSL 0.12% 0.61% -
HSV(B) 0.14% 0.66% -
XYZ 31.16 30.28 30.59 -
YUV 151.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 168 144 144 0 0.14 0.14 0.34 0 0.12 0.61
Hex A8 90 90 0 E E 22 0 C 3D
Octal 250 220 220 0 16 16 42 0 14 75
Binary 10101000 10010000 10010000 0 1110 1110 100010 0 1100 111101

Color Harmonies of #A89090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89090

Black with #A89090

Text Example


Text Example

White with #A89090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89090; }

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

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

background-color css

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

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

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

border-color css

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

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

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