Html Css Color HEX #ADBD87 Caper

📋 copy color: '#ADBD87'

red 173 ◦ green 189 ◦ blue 135

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

Shades of Caper #ADBD87

Tints of Caper #ADBD87

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

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

R = 34.81%
G = 38.03%
B = 27.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#ADBD87 (or 0xADBD87) is known color: Caper. HEX triplet: AD, BD and 87. RGB value is (173,189,135). Sum of RGB (Red+Green+Blue) = 173+189+135=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD87 is #524278. Grayscale: #B2B2B2. Windows color (decimal): -5390969 or 8895917. OLE color: 8895917.

HSL color Cylindrical-coordinate representation of color #ADBD87: hue angle of 77.78º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADBD87 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 135 -
CMYK 0.08 0 0.29 0.26
HSL 77.78º 0.29% 0.64% -
HSV(B) 77.78º 0.29% 0.74% -
XYZ 39.8 47.03 29.9 -
YUV 178.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 173 189 135 0.08 0 0.29 0.26 77.78 0.29 0.64
Hex AD BD 87 8 0 1D 1A 4E 1D 40
Octal 255 275 207 10 0 35 32 116 35 100
Binary 10101101 10111101 10000111 1000 0 11101 11010 1001110 11101 1000000

Color Harmonies of #ADBD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD87

Black with #ADBD87

Text Example


Text Example

White with #ADBD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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