Html Css Color HEX #ADB972 Caper

📋 copy color: '#ADB972'

red 173 ◦ green 185 ◦ blue 114

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

Shades of Caper #ADB972

Tints of Caper #ADB972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 36.65%
G = 39.19%
B = 24.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#ADB972 (or 0xADB972) is known color: Caper. HEX triplet: AD, B9 and 72. RGB value is (173,185,114). Sum of RGB (Red+Green+Blue) = 173+185+114=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB972 is #52468D. Grayscale: #ADADAD. Windows color (decimal): -5392014 or 7518637. OLE color: 7518637.

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

Color convert

RGB 173 185 114 -
CMYK 0.06 0 0.38 0.27
HSL 70.14º 0.34% 0.59% -
HSV(B) 70.14º 0.38% 0.73% -
XYZ 37.62 44.8 22.58 -
YUV 173.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 173 185 114 0.06 0 0.38 0.27 70.14 0.34 0.59
Hex AD B9 72 6 0 26 1B 46 22 3B
Octal 255 271 162 6 0 46 33 106 42 73
Binary 10101101 10111001 1110010 110 0 100110 11011 1000110 100010 111011

Color Harmonies of #ADB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB972

Black with #ADB972

Text Example


Text Example

White with #ADB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB972; }

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

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

background-color css

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

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

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

border-color css

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

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

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