Html Css Color HEX #ADB884 Caper

📋 copy color: '#ADB884'

red 173 ◦ green 184 ◦ blue 132

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

Shades of Caper #ADB884

Tints of Caper #ADB884

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.63%

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

R = 35.38%
G = 37.63%
B = 26.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#ADB884 (or 0xADB884) is known color: Caper. HEX triplet: AD, B8 and 84. RGB value is (173,184,132). Sum of RGB (Red+Green+Blue) = 173+184+132=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB884 is #52477B. Grayscale: #AEAEAE. Windows color (decimal): -5392252 or 8698029. OLE color: 8698029.

HSL color Cylindrical-coordinate representation of color #ADB884: hue angle of 72.69º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB884 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 132 -
CMYK 0.06 0 0.28 0.28
HSL 72.69º 0.27% 0.62% -
HSV(B) 72.69º 0.28% 0.72% -
XYZ 38.54 44.83 28.45 -
YUV 174.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 173 184 132 0.06 0 0.28 0.28 72.69 0.27 0.62
Hex AD B8 84 6 0 1C 1C 49 1B 3E
Octal 255 270 204 6 0 34 34 111 33 76
Binary 10101101 10111000 10000100 110 0 11100 11100 1001001 11011 111110

Color Harmonies of #ADB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB884

Black with #ADB884

Text Example


Text Example

White with #ADB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB884; }

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

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

background-color css

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

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

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

border-color css

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

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

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