#ADA48B

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

Shades of Chino #ADA48B

Tints of Chino #ADA48B

Color information

#ADA48B (or 0xADA48B) is unknown color: approx Chino. HEX triplet: AD, A4 and 8B. RGB value is (173,164,139). Sum of RGB (Red+Green+Blue) = 173+164+139=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA48B is #525B74. Grayscale: #A3A3A3. Windows color (decimal): -5397365 or 9151661. OLE color: 9151661.

HSL color Cylindrical-coordinate representation of color #ADA48B: hue angle of 44.12º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA48B is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB173164139-
CMYK00.050.200.32
HSL44.12º17.17%61.18%-
HSV(B)44.12º19.65%67.84%-
XYZ35.1737.329.77-
YUV163.84113.98134.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=36.34%
G=34.45%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316413900.050.200.3244.1217.1761.18
HexADA48B0514202c113d
Octal255244213052440542175
Binary10101101101001001000101101011010010000010110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA48B; }

 p { color: rgb(173,164,139); }

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

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

 a { background-color: rgb(173,164,139); }

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

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

 span { border-color: rgb(173,164,139); }

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