Html Css Color HEX #ADB974 Caper

📋 copy color: '#ADB974'

red 173 ◦ green 185 ◦ blue 116

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

Shades of Caper #ADB974

Tints of Caper #ADB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.47%

R = 36.5%
G = 39.03%
B = 24.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#ADB974 (or 0xADB974) is known color: Caper. HEX triplet: AD, B9 and 74. RGB value is (173,185,116). Sum of RGB (Red+Green+Blue) = 173+185+116=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB974 is #52468B. Grayscale: #ADADAD. Windows color (decimal): -5392012 or 7649709. OLE color: 7649709.

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

Color convert

RGB 173 185 116 -
CMYK 0.06 0 0.37 0.27
HSL 70.43º 0.33% 0.59% -
HSV(B) 70.43º 0.37% 0.73% -
XYZ 37.73 44.84 23.19 -
YUV 173.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 173 185 116 0.06 0 0.37 0.27 70.43 0.33 0.59
Hex AD B9 74 6 0 25 1B 46 21 3B
Octal 255 271 164 6 0 45 33 106 41 73
Binary 10101101 10111001 1110100 110 0 100101 11011 1000110 100001 111011

Color Harmonies of #ADB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB974

Black with #ADB974

Text Example


Text Example

White with #ADB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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