Html Css Color HEX #A39693 Thatch

📋 copy color: '#A39693'

red 163 ◦ green 150 ◦ blue 147

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

Shades of Thatch #A39693

Tints of Thatch #A39693

RGB

 RED value IS 163 (64.06% from 255) = 35.43%

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

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

R = 35.43%
G = 32.61%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A39693 (or 0xA39693) is known color: Thatch. HEX triplet: A3, 96 and 93. RGB value is (163,150,147). Sum of RGB (Red+Green+Blue) = 163+150+147=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 163 - color contains mainly: red. Hex color #A39693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39693 is #5C696C. Grayscale: #999999. Windows color (decimal): -6056301 or 9672355. OLE color: 9672355.

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

Color convert

RGB 163 150 147 -
CMYK 0 0.08 0.10 0.36
HSL 11.25º 0.08% 0.61% -
HSV(B) 11.25º 0.1% 0.64% -
XYZ 31.28 31.71 32.08 -
YUV 153.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 163 150 147 0 0.08 0.10 0.36 11.25 0.08 0.61
Hex A3 96 93 0 8 A 24 B 8 3D
Octal 243 226 223 0 10 12 44 13 10 75
Binary 10100011 10010110 10010011 0 1000 1010 100100 1011 1000 111101

Color Harmonies of #A39693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39693

Black with #A39693

Text Example


Text Example

White with #A39693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39693; }

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

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

background-color css

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

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

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

border-color css

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

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

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