Html Css Color HEX #ADBA87 Caper

📋 copy color: '#ADBA87'

red 173 ◦ green 186 ◦ blue 135

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

Shades of Caper #ADBA87

Tints of Caper #ADBA87

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

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

R = 35.02%
G = 37.65%
B = 27.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#ADBA87 (or 0xADBA87) is known color: Caper. HEX triplet: AD, BA and 87. RGB value is (173,186,135). Sum of RGB (Red+Green+Blue) = 173+186+135=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA87 is #524578. Grayscale: #B0B0B0. Windows color (decimal): -5391737 or 8895149. OLE color: 8895149.

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

Color convert

RGB 173 186 135 -
CMYK 0.07 0 0.27 0.27
HSL 75.29º 0.27% 0.63% -
HSV(B) 75.29º 0.27% 0.73% -
XYZ 39.17 45.75 29.69 -
YUV 176.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 173 186 135 0.07 0 0.27 0.27 75.29 0.27 0.63
Hex AD BA 87 7 0 1B 1B 4B 1B 3F
Octal 255 272 207 7 0 33 33 113 33 77
Binary 10101101 10111010 10000111 111 0 11011 11011 1001011 11011 111111

Color Harmonies of #ADBA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA87

Black with #ADBA87

Text Example


Text Example

White with #ADBA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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