Html Css Color HEX #ADB686 Caper

📋 copy color: '#ADB686'

red 173 ◦ green 182 ◦ blue 134

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

Shades of Caper #ADB686

Tints of Caper #ADB686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.22%

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

R = 35.38%
G = 37.22%
B = 27.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#ADB686 (or 0xADB686) is known color: Caper. HEX triplet: AD, B6 and 86. RGB value is (173,182,134). Sum of RGB (Red+Green+Blue) = 173+182+134=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB686 is #524979. Grayscale: #AEAEAE. Windows color (decimal): -5392762 or 8828589. OLE color: 8828589.

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

Color convert

RGB 173 182 134 -
CMYK 0.05 0 0.26 0.29
HSL 71.25º 0.25% 0.62% -
HSV(B) 71.25º 0.26% 0.71% -
XYZ 38.26 44.06 29.04 -
YUV 173.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 173 182 134 0.05 0 0.26 0.29 71.25 0.25 0.62
Hex AD B6 86 5 0 1A 1D 47 19 3E
Octal 255 266 206 5 0 32 35 107 31 76
Binary 10101101 10110110 10000110 101 0 11010 11101 1000111 11001 111110

Color Harmonies of #ADB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB686

Black with #ADB686

Text Example


Text Example

White with #ADB686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB686; }

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

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

background-color css

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

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

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

border-color css

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

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

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