Html Css Color HEX #ADB47F Caper

📋 copy color: '#ADB47F'

red 173 ◦ green 180 ◦ blue 127

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

Shades of Caper #ADB47F

Tints of Caper #ADB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.5%

 BLUE value IS 127 (50% from 255) = 26.46%

R = 36.04%
G = 37.5%
B = 26.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#ADB47F (or 0xADB47F) is known color: Caper. HEX triplet: AD, B4 and 7F. RGB value is (173,180,127). Sum of RGB (Red+Green+Blue) = 173+180+127=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB47F is #524B80. Grayscale: #ACACAC. Windows color (decimal): -5393281 or 8369325. OLE color: 8369325.

HSL color Cylindrical-coordinate representation of color #ADB47F: hue angle of 67.92º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB47F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 127 -
CMYK 0.04 0 0.29 0.29
HSL 67.92º 0.26% 0.6% -
HSV(B) 67.92º 0.29% 0.71% -
XYZ 37.39 43.06 26.42 -
YUV 171.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 173 180 127 0.04 0 0.29 0.29 67.92 0.26 0.6
Hex AD B4 7F 4 0 1D 1D 44 1A 3C
Octal 255 264 177 4 0 35 35 104 32 74
Binary 10101101 10110100 1111111 100 0 11101 11101 1000100 11010 111100

Color Harmonies of #ADB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB47F

Black with #ADB47F

Text Example


Text Example

White with #ADB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB47F; }

 p { color: rgb(173,180,127); }

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

background-color css

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

 a { background-color: rgb(173,180,127); }

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

border-color css

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

 span { border-color: rgb(173,180,127); }

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