Html Css Color HEX #A4918B Thatch

📋 copy color: '#A4918B'

red 164 ◦ green 145 ◦ blue 139

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

Shades of Thatch #A4918B

Tints of Thatch #A4918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 36.61%
G = 32.37%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4918B (or 0xA4918B) is known color: Thatch. HEX triplet: A4, 91 and 8B. RGB value is (164,145,139). Sum of RGB (Red+Green+Blue) = 164+145+139=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A4918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4918B is #5B6E74. Grayscale: #969696. Windows color (decimal): -5992053 or 9146788. OLE color: 9146788.

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

Color convert

RGB 164 145 139 -
CMYK 0 0.12 0.15 0.36
HSL 14.4º 0.12% 0.59% -
HSV(B) 14.4º 0.15% 0.64% -
XYZ 30.1 30.01 28.63 -
YUV 150 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 164 145 139 0 0.12 0.15 0.36 14.4 0.12 0.59
Hex A4 91 8B 0 C F 24 E C 3B
Octal 244 221 213 0 14 17 44 16 14 73
Binary 10100100 10010001 10001011 0 1100 1111 100100 1110 1100 111011

Color Harmonies of #A4918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4918B

Black with #A4918B

Text Example


Text Example

White with #A4918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4918B; }

 p { color: rgb(164,145,139); }

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

background-color css

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

 a { background-color: rgb(164,145,139); }

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

border-color css

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

 span { border-color: rgb(164,145,139); }

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