Html Css Color HEX #A59190 Thatch

📋 copy color: '#A59190'

red 165 ◦ green 145 ◦ blue 144

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

Shades of Thatch #A59190

Tints of Thatch #A59190

RGB

 RED value IS 165 (64.84% from 255) = 36.34%

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

 BLUE value IS 144 (56.64% from 255) = 31.72%

R = 36.34%
G = 31.94%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A59190 (or 0xA59190) is known color: Thatch. HEX triplet: A5, 91 and 90. RGB value is (165,145,144). Sum of RGB (Red+Green+Blue) = 165+145+144=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A59190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59190 is #5A6E6F. Grayscale: #969696. Windows color (decimal): -5926512 or 9474469. OLE color: 9474469.

HSL color Cylindrical-coordinate representation of color #A59190: hue angle of 2.86º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59190 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 145 144 -
CMYK 0 0.12 0.13 0.35
HSL 2.86º 0.1% 0.61% -
HSV(B) 2.86º 0.13% 0.65% -
XYZ 30.68 30.26 30.61 -
YUV 150.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 165 145 144 0 0.12 0.13 0.35 2.86 0.1 0.61
Hex A5 91 90 0 C D 23 3 A 3D
Octal 245 221 220 0 14 15 43 3 12 75
Binary 10100101 10010001 10010000 0 1100 1101 100011 11 1010 111101

Color Harmonies of #A59190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59190

Black with #A59190

Text Example


Text Example

White with #A59190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59190; }

 p { color: rgb(165,145,144); }

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

background-color css

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

 a { background-color: rgb(165,145,144); }

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

border-color css

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

 span { border-color: rgb(165,145,144); }

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