Html Css Color HEX #ADB772 Caper

📋 copy color: '#ADB772'

red 173 ◦ green 183 ◦ blue 114

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

Shades of Caper #ADB772

Tints of Caper #ADB772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

 BLUE value IS 114 (44.92% from 255) = 24.26%

R = 36.81%
G = 38.94%
B = 24.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#ADB772 (or 0xADB772) is known color: Caper. HEX triplet: AD, B7 and 72. RGB value is (173,183,114). Sum of RGB (Red+Green+Blue) = 173+183+114=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB772 is #52488D. Grayscale: #ACACAC. Windows color (decimal): -5392526 or 7518125. OLE color: 7518125.

HSL color Cylindrical-coordinate representation of color #ADB772: hue angle of 68.7º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADB772 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 114 -
CMYK 0.05 0 0.38 0.28
HSL 68.7º 0.32% 0.58% -
HSV(B) 68.7º 0.38% 0.72% -
XYZ 37.2 43.97 22.45 -
YUV 172.14 95.19 128.61 -
System Red Green Blue C M Y K H S L
Decimal 173 183 114 0.05 0 0.38 0.28 68.7 0.32 0.58
Hex AD B7 72 5 0 26 1C 45 20 3A
Octal 255 267 162 5 0 46 34 105 40 72
Binary 10101101 10110111 1110010 101 0 100110 11100 1000101 100000 111010

Color Harmonies of #ADB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB772

Black with #ADB772

Text Example


Text Example

White with #ADB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB772; }

 p { color: rgb(173,183,114); }

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

background-color css

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

 a { background-color: rgb(173,183,114); }

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

border-color css

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

 span { border-color: rgb(173,183,114); }

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