Html Css Color HEX #A39492 Thatch

📋 copy color: '#A39492'

red 163 ◦ green 148 ◦ blue 146

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

Shades of Thatch #A39492

Tints of Thatch #A39492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.39%

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

R = 35.67%
G = 32.39%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A39492 (or 0xA39492) is known color: Thatch. HEX triplet: A3, 94 and 92. RGB value is (163,148,146). Sum of RGB (Red+Green+Blue) = 163+148+146=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A39492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39492 is #5C6B6D. Grayscale: #989898. Windows color (decimal): -6056814 or 9606307. OLE color: 9606307.

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

Color convert

RGB 163 148 146 -
CMYK 0 0.09 0.10 0.36
HSL 7.06º 0.08% 0.61% -
HSV(B) 7.06º 0.1% 0.64% -
XYZ 30.88 31.04 31.56 -
YUV 152.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 163 148 146 0 0.09 0.10 0.36 7.06 0.08 0.61
Hex A3 94 92 0 9 A 24 7 8 3D
Octal 243 224 222 0 11 12 44 7 10 75
Binary 10100011 10010100 10010010 0 1001 1010 100100 111 1000 111101

Color Harmonies of #A39492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39492

Black with #A39492

Text Example


Text Example

White with #A39492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39492; }

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

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

background-color css

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

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

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

border-color css

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

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

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