Html Css Color HEX #ADB774 Caper

📋 copy color: '#ADB774'

red 173 ◦ green 183 ◦ blue 116

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

Shades of Caper #ADB774

Tints of Caper #ADB774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.58%

R = 36.65%
G = 38.77%
B = 24.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#ADB774 (or 0xADB774) is known color: Caper. HEX triplet: AD, B7 and 74. RGB value is (173,183,116). Sum of RGB (Red+Green+Blue) = 173+183+116=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB774 is #52488B. Grayscale: #ACACAC. Windows color (decimal): -5392524 or 7649197. OLE color: 7649197.

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

Color convert

RGB 173 183 116 -
CMYK 0.05 0 0.37 0.28
HSL 68.96º 0.32% 0.59% -
HSV(B) 68.96º 0.37% 0.72% -
XYZ 37.32 44.01 23.05 -
YUV 172.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 173 183 116 0.05 0 0.37 0.28 68.96 0.32 0.59
Hex AD B7 74 5 0 25 1C 45 20 3B
Octal 255 267 164 5 0 45 34 105 40 73
Binary 10101101 10110111 1110100 101 0 100101 11100 1000101 100000 111011

Color Harmonies of #ADB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB774

Black with #ADB774

Text Example


Text Example

White with #ADB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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