Html Css Color HEX #ADB970 Caper

📋 copy color: '#ADB970'

red 173 ◦ green 185 ◦ blue 112

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

Shades of Caper #ADB970

Tints of Caper #ADB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 36.81%
G = 39.36%
B = 23.83%

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

#ADB970 (or 0xADB970) is known color: Caper. HEX triplet: AD, B9 and 70. RGB value is (173,185,112). Sum of RGB (Red+Green+Blue) = 173+185+112=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB970 is #52468F. Grayscale: #ADADAD. Windows color (decimal): -5392016 or 7387565. OLE color: 7387565.

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

Color convert

RGB 173 185 112 -
CMYK 0.06 0 0.39 0.27
HSL 69.86º 0.34% 0.58% -
HSV(B) 69.86º 0.39% 0.73% -
XYZ 37.51 44.75 21.99 -
YUV 173.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 173 185 112 0.06 0 0.39 0.27 69.86 0.34 0.58
Hex AD B9 70 6 0 27 1B 46 22 3A
Octal 255 271 160 6 0 47 33 106 42 72
Binary 10101101 10111001 1110000 110 0 100111 11011 1000110 100010 111010

Color Harmonies of #ADB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB970

Black with #ADB970

Text Example


Text Example

White with #ADB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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