Html Css Color HEX #ADB584 Caper

📋 copy color: '#ADB584'

red 173 ◦ green 181 ◦ blue 132

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

Shades of Caper #ADB584

Tints of Caper #ADB584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 35.6%
G = 37.24%
B = 27.16%

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

#ADB584 (or 0xADB584) is known color: Caper. HEX triplet: AD, B5 and 84. RGB value is (173,181,132). Sum of RGB (Red+Green+Blue) = 173+181+132=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB584 is #524A7B. Grayscale: #ADADAD. Windows color (decimal): -5393020 or 8697261. OLE color: 8697261.

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

Color convert

RGB 173 181 132 -
CMYK 0.04 0 0.27 0.29
HSL 69.8º 0.25% 0.61% -
HSV(B) 69.8º 0.27% 0.71% -
XYZ 37.92 43.6 28.25 -
YUV 173.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 173 181 132 0.04 0 0.27 0.29 69.8 0.25 0.61
Hex AD B5 84 4 0 1B 1D 46 19 3D
Octal 255 265 204 4 0 33 35 106 31 75
Binary 10101101 10110101 10000100 100 0 11011 11101 1000110 11001 111101

Color Harmonies of #ADB584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB584

Black with #ADB584

Text Example


Text Example

White with #ADB584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB584; }

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

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

background-color css

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

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

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

border-color css

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

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

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