Html Css Color HEX #ADB878 Caper

📋 copy color: '#ADB878'

red 173 ◦ green 184 ◦ blue 120

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

Shades of Caper #ADB878

Tints of Caper #ADB878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.16%

R = 36.27%
G = 38.57%
B = 25.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#ADB878 (or 0xADB878) is known color: Caper. HEX triplet: AD, B8 and 78. RGB value is (173,184,120). Sum of RGB (Red+Green+Blue) = 173+184+120=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB878 is #524787. Grayscale: #ADADAD. Windows color (decimal): -5392264 or 7911597. OLE color: 7911597.

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

Color convert

RGB 173 184 120 -
CMYK 0.06 0 0.35 0.28
HSL 70.31º 0.31% 0.6% -
HSV(B) 70.31º 0.35% 0.72% -
XYZ 37.76 44.52 24.37 -
YUV 173.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 173 184 120 0.06 0 0.35 0.28 70.31 0.31 0.6
Hex AD B8 78 6 0 23 1C 46 1F 3C
Octal 255 270 170 6 0 43 34 106 37 74
Binary 10101101 10111000 1111000 110 0 100011 11100 1000110 11111 111100

Color Harmonies of #ADB878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB878

Black with #ADB878

Text Example


Text Example

White with #ADB878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB878; }

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

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

background-color css

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

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

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

border-color css

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

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

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