Html Css Color HEX #ADB786 Caper

📋 copy color: '#ADB786'

red 173 ◦ green 183 ◦ blue 134

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

Shades of Caper #ADB786

Tints of Caper #ADB786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 35.31%
G = 37.35%
B = 27.35%

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

#ADB786 (or 0xADB786) is known color: Caper. HEX triplet: AD, B7 and 86. RGB value is (173,183,134). Sum of RGB (Red+Green+Blue) = 173+183+134=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB786 is #524879. Grayscale: #AEAEAE. Windows color (decimal): -5392506 or 8828845. OLE color: 8828845.

HSL color Cylindrical-coordinate representation of color #ADB786: hue angle of 72.24º degrees, saturation: 0.25, 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 #ADB786 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 134 -
CMYK 0.05 0 0.27 0.28
HSL 72.24º 0.25% 0.62% -
HSV(B) 72.24º 0.27% 0.72% -
XYZ 38.47 44.47 29.11 -
YUV 174.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 173 183 134 0.05 0 0.27 0.28 72.24 0.25 0.62
Hex AD B7 86 5 0 1B 1C 48 19 3E
Octal 255 267 206 5 0 33 34 110 31 76
Binary 10101101 10110111 10000110 101 0 11011 11100 1001000 11001 111110

Color Harmonies of #ADB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB786

Black with #ADB786

Text Example


Text Example

White with #ADB786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB786; }

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

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

background-color css

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

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

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

border-color css

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

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

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