Html Css Color HEX #ADBA7F Caper

📋 copy color: '#ADBA7F'

red 173 ◦ green 186 ◦ blue 127

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

Shades of Caper #ADBA7F

Tints of Caper #ADBA7F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.27%

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

R = 35.6%
G = 38.27%
B = 26.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#ADBA7F (or 0xADBA7F) is known color: Caper. HEX triplet: AD, BA and 7F. RGB value is (173,186,127). Sum of RGB (Red+Green+Blue) = 173+186+127=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA7F is #524580. Grayscale: #AFAFAF. Windows color (decimal): -5391745 or 8370861. OLE color: 8370861.

HSL color Cylindrical-coordinate representation of color #ADBA7F: hue angle of 73.22º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBA7F is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 127 -
CMYK 0.07 0 0.32 0.27
HSL 73.22º 0.3% 0.61% -
HSV(B) 73.22º 0.32% 0.73% -
XYZ 38.62 45.53 26.83 -
YUV 175.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 173 186 127 0.07 0 0.32 0.27 73.22 0.3 0.61
Hex AD BA 7F 7 0 20 1B 49 1E 3D
Octal 255 272 177 7 0 40 33 111 36 75
Binary 10101101 10111010 1111111 111 0 100000 11011 1001001 11110 111101

Color Harmonies of #ADBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA7F

Black with #ADBA7F

Text Example


Text Example

White with #ADBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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