Html Css Color HEX #A4928C Thatch

📋 copy color: '#A4928C'

red 164 ◦ green 146 ◦ blue 140

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

Shades of Thatch #A4928C

Tints of Thatch #A4928C

RGB

 RED value IS 164 (64.45% from 255) = 36.44%

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

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

R = 36.44%
G = 32.44%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4928C (or 0xA4928C) is known color: Thatch. HEX triplet: A4, 92 and 8C. RGB value is (164,146,140). Sum of RGB (Red+Green+Blue) = 164+146+140=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A4928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4928C is #5B6D73. Grayscale: #969696. Windows color (decimal): -5991796 or 9212580. OLE color: 9212580.

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

Color convert

RGB 164 146 140 -
CMYK 0 0.11 0.15 0.36
HSL 15º 0.12% 0.6% -
HSV(B) 15º 0.15% 0.64% -
XYZ 30.32 30.34 29.07 -
YUV 150.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 164 146 140 0 0.11 0.15 0.36 15 0.12 0.6
Hex A4 92 8C 0 B F 24 F C 3C
Octal 244 222 214 0 13 17 44 17 14 74
Binary 10100100 10010010 10001100 0 1011 1111 100100 1111 1100 111100

Color Harmonies of #A4928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4928C

Black with #A4928C

Text Example


Text Example

White with #A4928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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