Html Css Color HEX #ADB585 Caper

📋 copy color: '#ADB585'

red 173 ◦ green 181 ◦ blue 133

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

Shades of Caper #ADB585

Tints of Caper #ADB585

RGB

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

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

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

R = 35.52%
G = 37.17%
B = 27.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#ADB585 (or 0xADB585) is known color: Caper. HEX triplet: AD, B5 and 85. RGB value is (173,181,133). Sum of RGB (Red+Green+Blue) = 173+181+133=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB585 is #524A7A. Grayscale: #ADADAD. Windows color (decimal): -5393019 or 8762797. OLE color: 8762797.

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

Color convert

RGB 173 181 133 -
CMYK 0.04 0 0.27 0.29
HSL 70º 0.24% 0.62% -
HSV(B) 70º 0.27% 0.71% -
XYZ 37.99 43.63 28.61 -
YUV 173.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 173 181 133 0.04 0 0.27 0.29 70 0.24 0.62
Hex AD B5 85 4 0 1B 1D 46 18 3E
Octal 255 265 205 4 0 33 35 106 30 76
Binary 10101101 10110101 10000101 100 0 11011 11101 1000110 11000 111110

Color Harmonies of #ADB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB585

Black with #ADB585

Text Example


Text Example

White with #ADB585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB585; }

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

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

background-color css

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

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

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

border-color css

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

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

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