#ADB481

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

Shades of Caper #ADB481

Tints of Caper #ADB481

Color information

#ADB481 (or 0xADB481) is unknown color: approx Caper. HEX triplet: AD, B4 and 81. RGB value is (173,180,129). Sum of RGB (Red+Green+Blue) = 173+180+129=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB481 is #524B7E. Grayscale: #ACACAC. Windows color (decimal): -5393279 or 8500397. OLE color: 8500397.

HSL color Cylindrical-coordinate representation of color #ADB481: hue angle of 68.24º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB481 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB173180129-
CMYK0.0400.280.29
HSL68.24º25.37%60.59%-
HSV(B)68.24º28.33%70.59%-
XYZ37.5243.1127.11-
YUV172.09103.68128.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=35.89%
G=37.34%
B=26.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801290.0400.280.2968.2425.3760.59
HexADB481401C1D44193d
Octal2552642014034351043175
Binary10101101101101001000000110001110011101100010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB481; }

 p { color: rgb(173,180,129); }

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

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

 a { background-color: rgb(173,180,129); }

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

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

 span { border-color: rgb(173,180,129); }

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