Html Css Color HEX #AB928A Thatch

📋 copy color: '#AB928A'

red 171 ◦ green 146 ◦ blue 138

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

Shades of Thatch #AB928A

Tints of Thatch #AB928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 37.58%
G = 32.09%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB928A (or 0xAB928A) is known color: Thatch. HEX triplet: AB, 92 and 8A. RGB value is (171,146,138). Sum of RGB (Red+Green+Blue) = 171+146+138=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB928A is #546D75. Grayscale: #989898. Windows color (decimal): -5533046 or 9081515. OLE color: 9081515.

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

Color convert

RGB 171 146 138 -
CMYK 0 0.15 0.19 0.33
HSL 14.55º 0.16% 0.61% -
HSV(B) 14.55º 0.19% 0.67% -
XYZ 31.66 31.05 28.37 -
YUV 152.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 171 146 138 0 0.15 0.19 0.33 14.55 0.16 0.61
Hex AB 92 8A 0 F 13 21 F 10 3D
Octal 253 222 212 0 17 23 41 17 20 75
Binary 10101011 10010010 10001010 0 1111 10011 100001 1111 10000 111101

Color Harmonies of #AB928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB928A

Black with #AB928A

Text Example


Text Example

White with #AB928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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