Html Css Color HEX #ADB986 Caper

📋 copy color: '#ADB986'

red 173 ◦ green 185 ◦ blue 134

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

Shades of Caper #ADB986

Tints of Caper #ADB986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.6%

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

R = 35.16%
G = 37.6%
B = 27.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#ADB986 (or 0xADB986) is known color: Caper. HEX triplet: AD, B9 and 86. RGB value is (173,185,134). Sum of RGB (Red+Green+Blue) = 173+185+134=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB986 is #524679. Grayscale: #AFAFAF. Windows color (decimal): -5391994 or 8829357. OLE color: 8829357.

HSL color Cylindrical-coordinate representation of color #ADB986: hue angle of 74.12º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB986 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 134 -
CMYK 0.06 0 0.28 0.27
HSL 74.12º 0.27% 0.63% -
HSV(B) 74.12º 0.28% 0.73% -
XYZ 38.89 45.3 29.25 -
YUV 175.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 173 185 134 0.06 0 0.28 0.27 74.12 0.27 0.63
Hex AD B9 86 6 0 1C 1B 4A 1B 3F
Octal 255 271 206 6 0 34 33 112 33 77
Binary 10101101 10111001 10000110 110 0 11100 11011 1001010 11011 111111

Color Harmonies of #ADB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB986

Black with #ADB986

Text Example


Text Example

White with #ADB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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