Html Css Color HEX #ADB687 Caper

📋 copy color: '#ADB687'

red 173 ◦ green 182 ◦ blue 135

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

Shades of Caper #ADB687

Tints of Caper #ADB687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.55%

R = 35.31%
G = 37.14%
B = 27.55%

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

#ADB687 (or 0xADB687) is known color: Caper. HEX triplet: AD, B6 and 87. RGB value is (173,182,135). Sum of RGB (Red+Green+Blue) = 173+182+135=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB687 is #524978. Grayscale: #AEAEAE. Windows color (decimal): -5392761 or 8894125. OLE color: 8894125.

HSL color Cylindrical-coordinate representation of color #ADB687: hue angle of 71.49º degrees, saturation: 0.24, 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 #ADB687 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 135 -
CMYK 0.05 0 0.26 0.29
HSL 71.49º 0.24% 0.62% -
HSV(B) 71.49º 0.26% 0.71% -
XYZ 38.33 44.09 29.41 -
YUV 173.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 173 182 135 0.05 0 0.26 0.29 71.49 0.24 0.62
Hex AD B6 87 5 0 1A 1D 47 18 3E
Octal 255 266 207 5 0 32 35 107 30 76
Binary 10101101 10110110 10000111 101 0 11010 11101 1000111 11000 111110

Color Harmonies of #ADB687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB687

Black with #ADB687

Text Example


Text Example

White with #ADB687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB687; }

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

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

background-color css

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

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

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

border-color css

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

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

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