Html Css Color HEX #A59693 Thatch

📋 copy color: '#A59693'

red 165 ◦ green 150 ◦ blue 147

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

Shades of Thatch #A59693

Tints of Thatch #A59693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.47%

 BLUE value IS 147 (57.81% from 255) = 31.82%

R = 35.71%
G = 32.47%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A59693 (or 0xA59693) is known color: Thatch. HEX triplet: A5, 96 and 93. RGB value is (165,150,147). Sum of RGB (Red+Green+Blue) = 165+150+147=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 165 - color contains mainly: red. Hex color #A59693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59693 is #5A696C. Grayscale: #9A9A9A. Windows color (decimal): -5925229 or 9672357. OLE color: 9672357.

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

Color convert

RGB 165 150 147 -
CMYK 0 0.09 0.11 0.35
HSL 10º 0.09% 0.61% -
HSV(B) 10º 0.11% 0.65% -
XYZ 31.69 31.92 32.09 -
YUV 154.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 165 150 147 0 0.09 0.11 0.35 10 0.09 0.61
Hex A5 96 93 0 9 B 23 A 9 3D
Octal 245 226 223 0 11 13 43 12 11 75
Binary 10100101 10010110 10010011 0 1001 1011 100011 1010 1001 111101

Color Harmonies of #A59693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59693

Black with #A59693

Text Example


Text Example

White with #A59693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59693; }

 p { color: rgb(165,150,147); }

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

background-color css

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

 a { background-color: rgb(165,150,147); }

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

border-color css

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

 span { border-color: rgb(165,150,147); }

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