Html Css Color HEX #AD9088 Thatch

📋 copy color: '#AD9088'

red 173 ◦ green 144 ◦ blue 136

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

Shades of Thatch #AD9088

Tints of Thatch #AD9088

RGB

 RED value IS 173 (67.97% from 255) = 38.19%

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

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

R = 38.19%
G = 31.79%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD9088 (or 0xAD9088) is known color: Thatch. HEX triplet: AD, 90 and 88. RGB value is (173,144,136). Sum of RGB (Red+Green+Blue) = 173+144+136=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9088 is #526F77. Grayscale: #979797. Windows color (decimal): -5402488 or 8949933. OLE color: 8949933.

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

Color convert

RGB 173 144 136 -
CMYK 0 0.17 0.21 0.32
HSL 12.97º 0.18% 0.61% -
HSV(B) 12.97º 0.21% 0.68% -
XYZ 31.65 30.61 27.53 -
YUV 151.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 173 144 136 0 0.17 0.21 0.32 12.97 0.18 0.61
Hex AD 90 88 0 11 15 20 D 12 3D
Octal 255 220 210 0 21 25 40 15 22 75
Binary 10101101 10010000 10001000 0 10001 10101 100000 1101 10010 111101

Color Harmonies of #AD9088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9088

Black with #AD9088

Text Example


Text Example

White with #AD9088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9088; }

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

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

background-color css

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

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

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

border-color css

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

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

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