Html Css Color HEX #A89692 Thatch

📋 copy color: '#A89692'

red 168 ◦ green 150 ◦ blue 146

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

Shades of Thatch #A89692

Tints of Thatch #A89692

RGB

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

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

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

R = 36.21%
G = 32.33%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A89692 (or 0xA89692) is known color: Thatch. HEX triplet: A8, 96 and 92. RGB value is (168,150,146). Sum of RGB (Red+Green+Blue) = 168+150+146=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 168 - color contains mainly: red. Hex color #A89692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89692 is #57696D. Grayscale: #9A9A9A. Windows color (decimal): -5728622 or 9606824. OLE color: 9606824.

HSL color Cylindrical-coordinate representation of color #A89692: hue angle of 10.91º 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 #A89692 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 150 146 -
CMYK 0 0.11 0.13 0.34
HSL 10.91º 0.11% 0.62% -
HSV(B) 10.91º 0.13% 0.66% -
XYZ 32.24 32.21 31.71 -
YUV 154.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 168 150 146 0 0.11 0.13 0.34 10.91 0.11 0.62
Hex A8 96 92 0 B D 22 B B 3E
Octal 250 226 222 0 13 15 42 13 13 76
Binary 10101000 10010110 10010010 0 1011 1101 100010 1011 1011 111110

Color Harmonies of #A89692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89692

Black with #A89692

Text Example


Text Example

White with #A89692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89692; }

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

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

background-color css

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

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

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

border-color css

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

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

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