Html Css Color HEX #A29693 Thatch

📋 copy color: '#A29693'

red 162 ◦ green 150 ◦ blue 147

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

Shades of Thatch #A29693

Tints of Thatch #A29693

RGB

 RED value IS 162 (63.67% from 255) = 35.29%

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

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 35.29%
G = 32.68%
B = 32.03%

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

#A29693 (or 0xA29693) is known color: Thatch. HEX triplet: A2, 96 and 93. RGB value is (162,150,147). Sum of RGB (Red+Green+Blue) = 162+150+147=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 162 - color contains mainly: red. Hex color #A29693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29693 is #5D696C. Grayscale: #999999. Windows color (decimal): -6121837 or 9672354. OLE color: 9672354.

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

Color convert

RGB 162 150 147 -
CMYK 0 0.07 0.09 0.36
HSL 12º 0.07% 0.61% -
HSV(B) 12º 0.09% 0.64% -
XYZ 31.07 31.6 32.07 -
YUV 153.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 162 150 147 0 0.07 0.09 0.36 12 0.07 0.61
Hex A2 96 93 0 7 9 24 C 7 3D
Octal 242 226 223 0 7 11 44 14 7 75
Binary 10100010 10010110 10010011 0 111 1001 100100 1100 111 111101

Color Harmonies of #A29693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29693

Black with #A29693

Text Example


Text Example

White with #A29693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29693; }

 p { color: rgb(162,150,147); }

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

background-color css

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

 a { background-color: rgb(162,150,147); }

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

border-color css

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

 span { border-color: rgb(162,150,147); }

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