Html Css Color HEX #ADB977 Caper

📋 copy color: '#ADB977'

red 173 ◦ green 185 ◦ blue 119

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

Shades of Caper #ADB977

Tints of Caper #ADB977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.78%

 BLUE value IS 119 (46.88% from 255) = 24.95%

R = 36.27%
G = 38.78%
B = 24.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#ADB977 (or 0xADB977) is known color: Caper. HEX triplet: AD, B9 and 77. RGB value is (173,185,119). Sum of RGB (Red+Green+Blue) = 173+185+119=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB977 is #524688. Grayscale: #AEAEAE. Windows color (decimal): -5392009 or 7846317. OLE color: 7846317.

HSL color Cylindrical-coordinate representation of color #ADB977: hue angle of 70.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADB977 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 119 -
CMYK 0.06 0 0.36 0.27
HSL 70.91º 0.32% 0.6% -
HSV(B) 70.91º 0.36% 0.73% -
XYZ 37.91 44.91 24.12 -
YUV 173.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 173 185 119 0.06 0 0.36 0.27 70.91 0.32 0.6
Hex AD B9 77 6 0 24 1B 47 20 3C
Octal 255 271 167 6 0 44 33 107 40 74
Binary 10101101 10111001 1110111 110 0 100100 11011 1000111 100000 111100

Color Harmonies of #ADB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB977

Black with #ADB977

Text Example


Text Example

White with #ADB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB977; }

 p { color: rgb(173,185,119); }

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

background-color css

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

 a { background-color: rgb(173,185,119); }

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

border-color css

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

 span { border-color: rgb(173,185,119); }

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