#A5908D

Color #A5908D Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #A5908D

Tints of Thatch #A5908D

Color information

#A5908D (or 0xA5908D) is unknown color: approx Thatch. HEX triplet: A5, 90 and 8D. RGB value is (165,144,141). Sum of RGB (Red+Green+Blue) = 165+144+141=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A5908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5908D is #5A6F72. Grayscale: #959595. Windows color (decimal): -5926771 or 9277605. OLE color: 9277605.

HSL color Cylindrical-coordinate representation of color #A5908D: hue angle of 7.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5908D is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165144141-
CMYK00.130.150.35
HSL7.5º11.76%60%-
HSV(B)7.5º14.55%64.71%-
XYZ30.329.8729.37-
YUV149.94122.96138.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=36.67%
G=32%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514414100.130.150.357.511.7660
HexA5908D0DF238c3c
Octal2452202150151743101474
Binary10100101100100001000110101101111110001110001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5908D; }

 p { color: rgb(165,144,141); }

 H1.HeaderClassName
 {
   color: #A5908D;
 }
 .AnyTagClassName
 {
   color: #A5908D;
 }
</style>
background-color css

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

 a { background-color: rgb(165,144,141); }

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

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

 span { border-color: rgb(165,144,141); }

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