Html Css Color HEX #A3928C Thatch

📋 copy color: '#A3928C'

red 163 ◦ green 146 ◦ blue 140

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

Shades of Thatch #A3928C

Tints of Thatch #A3928C

RGB

 RED value IS 163 (64.06% from 255) = 36.3%

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

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 36.3%
G = 32.52%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3928C (or 0xA3928C) is known color: Thatch. HEX triplet: A3, 92 and 8C. RGB value is (163,146,140). Sum of RGB (Red+Green+Blue) = 163+146+140=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3928C is #5C6D73. Grayscale: #969696. Windows color (decimal): -6057332 or 9212579. OLE color: 9212579.

HSL color Cylindrical-coordinate representation of color #A3928C: hue angle of 15.65º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3928C is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 146 140 -
CMYK 0 0.10 0.14 0.36
HSL 15.65º 0.11% 0.59% -
HSV(B) 15.65º 0.14% 0.64% -
XYZ 30.12 30.24 29.06 -
YUV 150.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 163 146 140 0 0.10 0.14 0.36 15.65 0.11 0.59
Hex A3 92 8C 0 A E 24 10 B 3B
Octal 243 222 214 0 12 16 44 20 13 73
Binary 10100011 10010010 10001100 0 1010 1110 100100 10000 1011 111011

Color Harmonies of #A3928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3928C

Black with #A3928C

Text Example


Text Example

White with #A3928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3928C; }

 p { color: rgb(163,146,140); }

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

background-color css

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

 a { background-color: rgb(163,146,140); }

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

border-color css

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

 span { border-color: rgb(163,146,140); }

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