Html Css Color HEX #AB928D Thatch

📋 copy color: '#AB928D'

red 171 ◦ green 146 ◦ blue 141

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

Shades of Thatch #AB928D

Tints of Thatch #AB928D

RGB

 RED value IS 171 (67.19% from 255) = 37.34%

 GREEN value IS 146 (57.42% from 255) = 31.88%

 BLUE value IS 141 (55.47% from 255) = 30.79%

R = 37.34%
G = 31.88%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB928D (or 0xAB928D) is known color: Thatch. HEX triplet: AB, 92 and 8D. RGB value is (171,146,141). Sum of RGB (Red+Green+Blue) = 171+146+141=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB928D is #546D72. Grayscale: #989898. Windows color (decimal): -5533043 or 9278123. OLE color: 9278123.

HSL color Cylindrical-coordinate representation of color #AB928D: hue angle of 10º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB928D is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 146 141 -
CMYK 0 0.15 0.18 0.33
HSL 10º 0.15% 0.61% -
HSV(B) 10º 0.18% 0.67% -
XYZ 31.88 31.14 29.53 -
YUV 152.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 171 146 141 0 0.15 0.18 0.33 10 0.15 0.61
Hex AB 92 8D 0 F 12 21 A F 3D
Octal 253 222 215 0 17 22 41 12 17 75
Binary 10101011 10010010 10001101 0 1111 10010 100001 1010 1111 111101

Color Harmonies of #AB928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB928D

Black with #AB928D

Text Example


Text Example

White with #AB928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB928D; }

 p { color: rgb(171,146,141); }

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

background-color css

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

 a { background-color: rgb(171,146,141); }

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

border-color css

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

 span { border-color: rgb(171,146,141); }

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