Html Css Color HEX #A98785 Thatch

📋 copy color: '#A98785'

red 169 ◦ green 135 ◦ blue 133

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

Shades of Thatch #A98785

Tints of Thatch #A98785

RGB

 RED value IS 169 (66.41% from 255) = 38.67%

 GREEN value IS 135 (53.13% from 255) = 30.89%

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 38.67%
G = 30.89%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A98785 (or 0xA98785) is known color: Thatch. HEX triplet: A9, 87 and 85. RGB value is (169,135,133). Sum of RGB (Red+Green+Blue) = 169+135+133=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A98785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98785 is #56787A. Grayscale: #909090. Windows color (decimal): -5666939 or 8751017. OLE color: 8751017.

HSL color Cylindrical-coordinate representation of color #A98785: hue angle of 3.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A98785 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 135 133 -
CMYK 0 0.20 0.21 0.34
HSL 3.33º 0.17% 0.59% -
HSV(B) 3.33º 0.21% 0.66% -
XYZ 29.26 27.46 25.95 -
YUV 144.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 169 135 133 0 0.20 0.21 0.34 3.33 0.17 0.59
Hex A9 87 85 0 14 15 22 3 11 3B
Octal 251 207 205 0 24 25 42 3 21 73
Binary 10101001 10000111 10000101 0 10100 10101 100010 11 10001 111011

Color Harmonies of #A98785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98785

Black with #A98785

Text Example


Text Example

White with #A98785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98785; }

 p { color: rgb(169,135,133); }

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

background-color css

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

 a { background-color: rgb(169,135,133); }

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

border-color css

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

 span { border-color: rgb(169,135,133); }

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