Html Css Color HEX #A5938C Thatch

📋 copy color: '#A5938C'

red 165 ◦ green 147 ◦ blue 140

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

Shades of Thatch #A5938C

Tints of Thatch #A5938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.52%

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 36.5%
G = 32.52%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5938C (or 0xA5938C) is known color: Thatch. HEX triplet: A5, 93 and 8C. RGB value is (165,147,140). Sum of RGB (Red+Green+Blue) = 165+147+140=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 165 - color contains mainly: red. Hex color #A5938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5938C is #5A6C73. Grayscale: #979797. Windows color (decimal): -5926004 or 9212837. OLE color: 9212837.

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

Color convert

RGB 165 147 140 -
CMYK 0 0.11 0.15 0.35
HSL 16.8º 0.12% 0.6% -
HSV(B) 16.8º 0.15% 0.65% -
XYZ 30.68 30.76 29.13 -
YUV 151.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 165 147 140 0 0.11 0.15 0.35 16.8 0.12 0.6
Hex A5 93 8C 0 B F 23 11 C 3C
Octal 245 223 214 0 13 17 43 21 14 74
Binary 10100101 10010011 10001100 0 1011 1111 100011 10001 1100 111100

Color Harmonies of #A5938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5938C

Black with #A5938C

Text Example


Text Example

White with #A5938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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