Html Css Color HEX #ADB888 Caper

📋 copy color: '#ADB888'

red 173 ◦ green 184 ◦ blue 136

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

Shades of Caper #ADB888

Tints of Caper #ADB888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.59%

R = 35.09%
G = 37.32%
B = 27.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#ADB888 (or 0xADB888) is known color: Caper. HEX triplet: AD, B8 and 88. RGB value is (173,184,136). Sum of RGB (Red+Green+Blue) = 173+184+136=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB888 is #524777. Grayscale: #AFAFAF. Windows color (decimal): -5392248 or 8960173. OLE color: 8960173.

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

Color convert

RGB 173 184 136 -
CMYK 0.06 0 0.26 0.28
HSL 73.75º 0.25% 0.63% -
HSV(B) 73.75º 0.26% 0.72% -
XYZ 38.82 44.94 29.92 -
YUV 175.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 173 184 136 0.06 0 0.26 0.28 73.75 0.25 0.63
Hex AD B8 88 6 0 1A 1C 4A 19 3F
Octal 255 270 210 6 0 32 34 112 31 77
Binary 10101101 10111000 10001000 110 0 11010 11100 1001010 11001 111111

Color Harmonies of #ADB888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB888

Black with #ADB888

Text Example


Text Example

White with #ADB888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB888; }

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

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

background-color css

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

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

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

border-color css

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

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

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