Html Css Color HEX #ADB685 Caper

📋 copy color: '#ADB685'

red 173 ◦ green 182 ◦ blue 133

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

Shades of Caper #ADB685

Tints of Caper #ADB685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 35.45%
G = 37.3%
B = 27.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#ADB685 (or 0xADB685) is known color: Caper. HEX triplet: AD, B6 and 85. RGB value is (173,182,133). Sum of RGB (Red+Green+Blue) = 173+182+133=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB685 is #52497A. Grayscale: #ADADAD. Windows color (decimal): -5392763 or 8763053. OLE color: 8763053.

HSL color Cylindrical-coordinate representation of color #ADB685: hue angle of 71.02º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB685 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 133 -
CMYK 0.05 0 0.27 0.29
HSL 71.02º 0.25% 0.62% -
HSV(B) 71.02º 0.27% 0.71% -
XYZ 38.2 44.03 28.68 -
YUV 173.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 173 182 133 0.05 0 0.27 0.29 71.02 0.25 0.62
Hex AD B6 85 5 0 1B 1D 47 19 3E
Octal 255 266 205 5 0 33 35 107 31 76
Binary 10101101 10110110 10000101 101 0 11011 11101 1000111 11001 111110

Color Harmonies of #ADB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB685

Black with #ADB685

Text Example


Text Example

White with #ADB685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB685; }

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

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

background-color css

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

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

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

border-color css

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

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

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