Html Css Color HEX #ADB480 Caper

📋 copy color: '#ADB480'

red 173 ◦ green 180 ◦ blue 128

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

Shades of Caper #ADB480

Tints of Caper #ADB480

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

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

R = 35.97%
G = 37.42%
B = 26.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#ADB480 (or 0xADB480) is known color: Caper. HEX triplet: AD, B4 and 80. RGB value is (173,180,128). Sum of RGB (Red+Green+Blue) = 173+180+128=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB480 is #524B7F. Grayscale: #ACACAC. Windows color (decimal): -5393280 or 8434861. OLE color: 8434861.

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

Color convert

RGB 173 180 128 -
CMYK 0.04 0 0.29 0.29
HSL 68.08º 0.26% 0.6% -
HSV(B) 68.08º 0.29% 0.71% -
XYZ 37.45 43.09 26.76 -
YUV 171.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 173 180 128 0.04 0 0.29 0.29 68.08 0.26 0.6
Hex AD B4 80 4 0 1D 1D 44 1A 3C
Octal 255 264 200 4 0 35 35 104 32 74
Binary 10101101 10110100 10000000 100 0 11101 11101 1000100 11010 111100

Color Harmonies of #ADB480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB480

Black with #ADB480

Text Example


Text Example

White with #ADB480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB480; }

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

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

background-color css

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

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

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

border-color css

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

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

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