Html Css Color HEX #ADB780 Caper

📋 copy color: '#ADB780'

red 173 ◦ green 183 ◦ blue 128

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

Shades of Caper #ADB780

Tints of Caper #ADB780

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.81%

 BLUE value IS 128 (50.39% from 255) = 26.45%

R = 35.74%
G = 37.81%
B = 26.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#ADB780 (or 0xADB780) is known color: Caper. HEX triplet: AD, B7 and 80. RGB value is (173,183,128). Sum of RGB (Red+Green+Blue) = 173+183+128=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB780 is #52487F. Grayscale: #ADADAD. Windows color (decimal): -5392512 or 8435629. OLE color: 8435629.

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

Color convert

RGB 173 183 128 -
CMYK 0.05 0 0.30 0.28
HSL 70.91º 0.28% 0.61% -
HSV(B) 70.91º 0.3% 0.72% -
XYZ 38.06 44.31 26.97 -
YUV 173.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 173 183 128 0.05 0 0.30 0.28 70.91 0.28 0.61
Hex AD B7 80 5 0 1E 1C 47 1C 3D
Octal 255 267 200 5 0 36 34 107 34 75
Binary 10101101 10110111 10000000 101 0 11110 11100 1000111 11100 111101

Color Harmonies of #ADB780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB780

Black with #ADB780

Text Example


Text Example

White with #ADB780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB780; }

 p { color: rgb(173,183,128); }

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

background-color css

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

 a { background-color: rgb(173,183,128); }

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

border-color css

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

 span { border-color: rgb(173,183,128); }

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