Html Css Color HEX #ADB770 Caper

📋 copy color: '#ADB770'

red 173 ◦ green 183 ◦ blue 112

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

Shades of Caper #ADB770

Tints of Caper #ADB770

RGB

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

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

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

R = 36.97%
G = 39.1%
B = 23.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#ADB770 (or 0xADB770) is known color: Caper. HEX triplet: AD, B7 and 70. RGB value is (173,183,112). Sum of RGB (Red+Green+Blue) = 173+183+112=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB770 is #52488F. Grayscale: #ACACAC. Windows color (decimal): -5392528 or 7387053. OLE color: 7387053.

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

Color convert

RGB 173 183 112 -
CMYK 0.05 0 0.39 0.28
HSL 68.45º 0.33% 0.58% -
HSV(B) 68.45º 0.39% 0.72% -
XYZ 37.09 43.92 21.85 -
YUV 171.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 173 183 112 0.05 0 0.39 0.28 68.45 0.33 0.58
Hex AD B7 70 5 0 27 1C 44 21 3A
Octal 255 267 160 5 0 47 34 104 41 72
Binary 10101101 10110111 1110000 101 0 100111 11100 1000100 100001 111010

Color Harmonies of #ADB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB770

Black with #ADB770

Text Example


Text Example

White with #ADB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB770; }

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

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

background-color css

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

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

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

border-color css

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

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

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