Html Css Color HEX #ADB586 Caper

📋 copy color: '#ADB586'

red 173 ◦ green 181 ◦ blue 134

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

Shades of Caper #ADB586

Tints of Caper #ADB586

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

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

R = 35.45%
G = 37.09%
B = 27.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#ADB586 (or 0xADB586) is known color: Caper. HEX triplet: AD, B5 and 86. RGB value is (173,181,134). Sum of RGB (Red+Green+Blue) = 173+181+134=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB586 is #524A79. Grayscale: #ADADAD. Windows color (decimal): -5393018 or 8828333. OLE color: 8828333.

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

Color convert

RGB 173 181 134 -
CMYK 0.04 0 0.26 0.29
HSL 70.21º 0.24% 0.62% -
HSV(B) 70.21º 0.26% 0.71% -
XYZ 38.06 43.65 28.97 -
YUV 173.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 173 181 134 0.04 0 0.26 0.29 70.21 0.24 0.62
Hex AD B5 86 4 0 1A 1D 46 18 3E
Octal 255 265 206 4 0 32 35 106 30 76
Binary 10101101 10110101 10000110 100 0 11010 11101 1000110 11000 111110

Color Harmonies of #ADB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB586

Black with #ADB586

Text Example


Text Example

White with #ADB586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB586; }

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

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

background-color css

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

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

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

border-color css

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

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

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