Html Css Color HEX #A89492 Thatch

📋 copy color: '#A89492'

red 168 ◦ green 148 ◦ blue 146

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

Shades of Thatch #A89492

Tints of Thatch #A89492

RGB

 RED value IS 168 (66.02% from 255) = 36.36%

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

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

R = 36.36%
G = 32.03%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A89492 (or 0xA89492) is known color: Thatch. HEX triplet: A8, 94 and 92. RGB value is (168,148,146). Sum of RGB (Red+Green+Blue) = 168+148+146=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A89492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89492 is #576B6D. Grayscale: #999999. Windows color (decimal): -5729134 or 9606312. OLE color: 9606312.

HSL color Cylindrical-coordinate representation of color #A89492: hue angle of 5.45º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89492 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 146 -
CMYK 0 0.12 0.13 0.34
HSL 5.45º 0.11% 0.62% -
HSV(B) 5.45º 0.13% 0.66% -
XYZ 31.93 31.58 31.61 -
YUV 153.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 168 148 146 0 0.12 0.13 0.34 5.45 0.11 0.62
Hex A8 94 92 0 C D 22 5 B 3E
Octal 250 224 222 0 14 15 42 5 13 76
Binary 10101000 10010100 10010010 0 1100 1101 100010 101 1011 111110

Color Harmonies of #A89492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89492

Black with #A89492

Text Example


Text Example

White with #A89492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89492; }

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

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

background-color css

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

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

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

border-color css

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

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

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