Html Css Color HEX #A8928F Thatch

📋 copy color: '#A8928F'

red 168 ◦ green 146 ◦ blue 143

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

Shades of Thatch #A8928F

Tints of Thatch #A8928F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.29%

R = 36.76%
G = 31.95%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8928F (or 0xA8928F) is known color: Thatch. HEX triplet: A8, 92 and 8F. RGB value is (168,146,143). Sum of RGB (Red+Green+Blue) = 168+146+143=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 168 - color contains mainly: red. Hex color #A8928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8928F is #576D70. Grayscale: #989898. Windows color (decimal): -5729649 or 9409192. OLE color: 9409192.

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

Color convert

RGB 168 146 143 -
CMYK 0 0.13 0.15 0.34
HSL 7.2º 0.13% 0.61% -
HSV(B) 7.2º 0.15% 0.66% -
XYZ 31.39 30.87 30.29 -
YUV 152.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 168 146 143 0 0.13 0.15 0.34 7.2 0.13 0.61
Hex A8 92 8F 0 D F 22 7 D 3D
Octal 250 222 217 0 15 17 42 7 15 75
Binary 10101000 10010010 10001111 0 1101 1111 100010 111 1101 111101

Color Harmonies of #A8928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8928F

Black with #A8928F

Text Example


Text Example

White with #A8928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8928F; }

 p { color: rgb(168,146,143); }

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

background-color css

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

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

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

border-color css

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

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

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