#ADB775

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

Shades of Caper #ADB775

Tints of Caper #ADB775

Color information

#ADB775 (or 0xADB775) is unknown color: approx Caper. HEX triplet: AD, B7 and 75. RGB value is (173,183,117). Sum of RGB (Red+Green+Blue) = 173+183+117=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB775 is #52488A. Grayscale: #ACACAC. Windows color (decimal): -5392523 or 7714733. OLE color: 7714733.

HSL color Cylindrical-coordinate representation of color #ADB775: hue angle of 69.09º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADB775 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB173183117-
CMYK0.0500.360.28
HSL69.09º31.43%58.82%-
HSV(B)69.09º36.07%71.76%-
XYZ37.3844.0423.36-
YUV172.4996.69128.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=36.58%
G=38.69%
B=24.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831170.0500.360.2869.0931.4358.82
HexADB77550241C451f3b
Octal2552671655044341053773
Binary10101101101101111110101101010010011100100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB775; }

 p { color: rgb(173,183,117); }

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

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

 a { background-color: rgb(173,183,117); }

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

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

 span { border-color: rgb(173,183,117); }

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