Html Css Color HEX #A59694 Thatch

📋 copy color: '#A59694'

red 165 ◦ green 150 ◦ blue 148

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

Shades of Thatch #A59694

Tints of Thatch #A59694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 35.64%
G = 32.4%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A59694 (or 0xA59694) is known color: Thatch. HEX triplet: A5, 96 and 94. RGB value is (165,150,148). Sum of RGB (Red+Green+Blue) = 165+150+148=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 165 - color contains mainly: red. Hex color #A59694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59694 is #5A696B. Grayscale: #9A9A9A. Windows color (decimal): -5925228 or 9737893. OLE color: 9737893.

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

Color convert

RGB 165 150 148 -
CMYK 0 0.09 0.10 0.35
HSL 7.06º 0.09% 0.61% -
HSV(B) 7.06º 0.1% 0.65% -
XYZ 31.77 31.95 32.51 -
YUV 154.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 165 150 148 0 0.09 0.10 0.35 7.06 0.09 0.61
Hex A5 96 94 0 9 A 23 7 9 3D
Octal 245 226 224 0 11 12 43 7 11 75
Binary 10100101 10010110 10010100 0 1001 1010 100011 111 1001 111101

Color Harmonies of #A59694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59694

Black with #A59694

Text Example


Text Example

White with #A59694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59694; }

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

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

background-color css

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

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

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

border-color css

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

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

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