Html Css Color HEX #A39894 Thatch

📋 copy color: '#A39894'

red 163 ◦ green 152 ◦ blue 148

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

Shades of Thatch #A39894

Tints of Thatch #A39894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.83%

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

R = 35.21%
G = 32.83%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A39894 (or 0xA39894) is known color: Thatch. HEX triplet: A3, 98 and 94. RGB value is (163,152,148). Sum of RGB (Red+Green+Blue) = 163+152+148=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A39894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39894 is #5C676B. Grayscale: #9A9A9A. Windows color (decimal): -6055788 or 9738403. OLE color: 9738403.

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

Color convert

RGB 163 152 148 -
CMYK 0 0.07 0.09 0.36
HSL 16º 0.08% 0.61% -
HSV(B) 16º 0.09% 0.64% -
XYZ 31.68 32.38 32.6 -
YUV 154.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 163 152 148 0 0.07 0.09 0.36 16 0.08 0.61
Hex A3 98 94 0 7 9 24 10 8 3D
Octal 243 230 224 0 7 11 44 20 10 75
Binary 10100011 10011000 10010100 0 111 1001 100100 10000 1000 111101

Color Harmonies of #A39894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39894

Black with #A39894

Text Example


Text Example

White with #A39894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39894; }

 p { color: rgb(163,152,148); }

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

background-color css

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

 a { background-color: rgb(163,152,148); }

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

border-color css

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

 span { border-color: rgb(163,152,148); }

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