Html Css Color HEX #ADB973 Caper

📋 copy color: '#ADB973'

red 173 ◦ green 185 ◦ blue 115

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

Shades of Caper #ADB973

Tints of Caper #ADB973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.31%

R = 36.58%
G = 39.11%
B = 24.31%

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

#ADB973 (or 0xADB973) is known color: Caper. HEX triplet: AD, B9 and 73. RGB value is (173,185,115). Sum of RGB (Red+Green+Blue) = 173+185+115=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB973 is #52468C. Grayscale: #ADADAD. Windows color (decimal): -5392013 or 7584173. OLE color: 7584173.

HSL color Cylindrical-coordinate representation of color #ADB973: hue angle of 70.29º degrees, saturation: 0.33, 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 #ADB973 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 115 -
CMYK 0.06 0 0.38 0.27
HSL 70.29º 0.33% 0.59% -
HSV(B) 70.29º 0.38% 0.73% -
XYZ 37.68 44.82 22.88 -
YUV 173.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 173 185 115 0.06 0 0.38 0.27 70.29 0.33 0.59
Hex AD B9 73 6 0 26 1B 46 21 3B
Octal 255 271 163 6 0 46 33 106 41 73
Binary 10101101 10111001 1110011 110 0 100110 11011 1000110 100001 111011

Color Harmonies of #ADB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB973

Black with #ADB973

Text Example


Text Example

White with #ADB973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB973; }

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

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

background-color css

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

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

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

border-color css

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

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

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