Html Css Color HEX #ADB785 Caper

📋 copy color: '#ADB785'

red 173 ◦ green 183 ◦ blue 133

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

Shades of Caper #ADB785

Tints of Caper #ADB785

RGB

 RED value IS 173 (67.97% from 255) = 35.38%

 GREEN value IS 183 (71.88% from 255) = 37.42%

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

R = 35.38%
G = 37.42%
B = 27.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#ADB785 (or 0xADB785) is known color: Caper. HEX triplet: AD, B7 and 85. RGB value is (173,183,133). Sum of RGB (Red+Green+Blue) = 173+183+133=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB785 is #52487A. Grayscale: #AEAEAE. Windows color (decimal): -5392507 or 8763309. OLE color: 8763309.

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

Color convert

RGB 173 183 133 -
CMYK 0.05 0 0.27 0.28
HSL 72º 0.26% 0.62% -
HSV(B) 72º 0.27% 0.72% -
XYZ 38.4 44.44 28.75 -
YUV 174.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 173 183 133 0.05 0 0.27 0.28 72 0.26 0.62
Hex AD B7 85 5 0 1B 1C 48 1A 3E
Octal 255 267 205 5 0 33 34 110 32 76
Binary 10101101 10110111 10000101 101 0 11011 11100 1001000 11010 111110

Color Harmonies of #ADB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB785

Black with #ADB785

Text Example


Text Example

White with #ADB785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB785; }

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

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

background-color css

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

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

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

border-color css

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

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

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