Html Css Color HEX #A49592 Thatch

📋 copy color: '#A49592'

red 164 ◦ green 149 ◦ blue 146

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

Shades of Thatch #A49592

Tints of Thatch #A49592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.46%

 BLUE value IS 146 (57.42% from 255) = 31.81%

R = 35.73%
G = 32.46%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A49592 (or 0xA49592) is known color: Thatch. HEX triplet: A4, 95 and 92. RGB value is (164,149,146). Sum of RGB (Red+Green+Blue) = 164+149+146=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49592 is #5B6A6D. Grayscale: #999999. Windows color (decimal): -5991022 or 9606564. OLE color: 9606564.

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

Color convert

RGB 164 149 146 -
CMYK 0 0.09 0.11 0.36
HSL 10º 0.09% 0.61% -
HSV(B) 10º 0.11% 0.64% -
XYZ 31.25 31.46 31.62 -
YUV 153.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 164 149 146 0 0.09 0.11 0.36 10 0.09 0.61
Hex A4 95 92 0 9 B 24 A 9 3D
Octal 244 225 222 0 11 13 44 12 11 75
Binary 10100100 10010101 10010010 0 1001 1011 100100 1010 1001 111101

Color Harmonies of #A49592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49592

Black with #A49592

Text Example


Text Example

White with #A49592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49592; }

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

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

background-color css

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

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

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

border-color css

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

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

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