Html Css Color HEX #ADB87B Caper

📋 copy color: '#ADB87B'

red 173 ◦ green 184 ◦ blue 123

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

Shades of Caper #ADB87B

Tints of Caper #ADB87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.63%

R = 36.04%
G = 38.33%
B = 25.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#ADB87B (or 0xADB87B) is known color: Caper. HEX triplet: AD, B8 and 7B. RGB value is (173,184,123). Sum of RGB (Red+Green+Blue) = 173+184+123=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB87B is #524784. Grayscale: #ADADAD. Windows color (decimal): -5392261 or 8108205. OLE color: 8108205.

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

Color convert

RGB 173 184 123 -
CMYK 0.06 0 0.33 0.28
HSL 70.82º 0.3% 0.6% -
HSV(B) 70.82º 0.33% 0.72% -
XYZ 37.95 44.6 25.35 -
YUV 173.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 173 184 123 0.06 0 0.33 0.28 70.82 0.3 0.6
Hex AD B8 7B 6 0 21 1C 47 1E 3C
Octal 255 270 173 6 0 41 34 107 36 74
Binary 10101101 10111000 1111011 110 0 100001 11100 1000111 11110 111100

Color Harmonies of #ADB87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB87B

Black with #ADB87B

Text Example


Text Example

White with #ADB87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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