Html Css Color HEX #ADBA71 Caper

📋 copy color: '#ADBA71'

red 173 ◦ green 186 ◦ blue 113

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

Shades of Caper #ADBA71

Tints of Caper #ADBA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

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

R = 36.65%
G = 39.41%
B = 23.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#ADBA71 (or 0xADBA71) is known color: Caper. HEX triplet: AD, BA and 71. RGB value is (173,186,113). Sum of RGB (Red+Green+Blue) = 173+186+113=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA71 is #52458E. Grayscale: #AEAEAE. Windows color (decimal): -5391759 or 7453357. OLE color: 7453357.

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

Color convert

RGB 173 186 113 -
CMYK 0.07 0 0.39 0.27
HSL 70.68º 0.35% 0.59% -
HSV(B) 70.68º 0.39% 0.73% -
XYZ 37.77 45.19 22.36 -
YUV 173.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 173 186 113 0.07 0 0.39 0.27 70.68 0.35 0.59
Hex AD BA 71 7 0 27 1B 47 23 3B
Octal 255 272 161 7 0 47 33 107 43 73
Binary 10101101 10111010 1110001 111 0 100111 11011 1000111 100011 111011

Color Harmonies of #ADBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA71

Black with #ADBA71

Text Example


Text Example

White with #ADBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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