Html Css Color HEX #ADB971 Caper

📋 copy color: '#ADB971'

red 173 ◦ green 185 ◦ blue 113

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

Shades of Caper #ADB971

Tints of Caper #ADB971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 36.73%
G = 39.28%
B = 23.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#ADB971 (or 0xADB971) is known color: Caper. HEX triplet: AD, B9 and 71. RGB value is (173,185,113). Sum of RGB (Red+Green+Blue) = 173+185+113=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB971 is #52468E. Grayscale: #ADADAD. Windows color (decimal): -5392015 or 7453101. OLE color: 7453101.

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

Color convert

RGB 173 185 113 -
CMYK 0.06 0 0.39 0.27
HSL 70º 0.34% 0.58% -
HSV(B) 70º 0.39% 0.73% -
XYZ 37.56 44.77 22.29 -
YUV 173.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 173 185 113 0.06 0 0.39 0.27 70 0.34 0.58
Hex AD B9 71 6 0 27 1B 46 22 3A
Octal 255 271 161 6 0 47 33 106 42 72
Binary 10101101 10111001 1110001 110 0 100111 11011 1000110 100010 111010

Color Harmonies of #ADB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB971

Black with #ADB971

Text Example


Text Example

White with #ADB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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