Html Css Color HEX #A39692 Thatch

📋 copy color: '#A39692'

red 163 ◦ green 150 ◦ blue 146

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

Shades of Thatch #A39692

Tints of Thatch #A39692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.81%

R = 35.51%
G = 32.68%
B = 31.81%

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

#A39692 (or 0xA39692) is known color: Thatch. HEX triplet: A3, 96 and 92. RGB value is (163,150,146). Sum of RGB (Red+Green+Blue) = 163+150+146=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A39692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39692 is #5C696D. Grayscale: #999999. Windows color (decimal): -6056302 or 9606819. OLE color: 9606819.

HSL color Cylindrical-coordinate representation of color #A39692: hue angle of 14.12º 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 #A39692 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 150 146 -
CMYK 0 0.08 0.10 0.36
HSL 14.12º 0.08% 0.61% -
HSV(B) 14.12º 0.1% 0.64% -
XYZ 31.2 31.67 31.66 -
YUV 153.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 163 150 146 0 0.08 0.10 0.36 14.12 0.08 0.61
Hex A3 96 92 0 8 A 24 E 8 3D
Octal 243 226 222 0 10 12 44 16 10 75
Binary 10100011 10010110 10010010 0 1000 1010 100100 1110 1000 111101

Color Harmonies of #A39692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39692

Black with #A39692

Text Example


Text Example

White with #A39692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39692; }

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

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

background-color css

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

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

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

border-color css

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

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

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