Html Css Color HEX #A6BA7F Caper

📋 copy color: '#A6BA7F'

red 166 ◦ green 186 ◦ blue 127

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

Shades of Caper #A6BA7F

Tints of Caper #A6BA7F

RGB

 RED value IS 166 (65.23% from 255) = 34.66%

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

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

R = 34.66%
G = 38.83%
B = 26.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#A6BA7F (or 0xA6BA7F) is known color: Caper. HEX triplet: A6, BA and 7F. RGB value is (166,186,127). Sum of RGB (Red+Green+Blue) = 166+186+127=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA7F is #594580. Grayscale: #ADADAD. Windows color (decimal): -5850497 or 8370854. OLE color: 8370854.

HSL color Cylindrical-coordinate representation of color #A6BA7F: hue angle of 80.34º 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 #A6BA7F is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 127 -
CMYK 0.11 0 0.32 0.27
HSL 80.34º 0.3% 0.61% -
HSV(B) 80.34º 0.32% 0.73% -
XYZ 37.12 44.76 26.76 -
YUV 173.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 166 186 127 0.11 0 0.32 0.27 80.34 0.3 0.61
Hex A6 BA 7F B 0 20 1B 50 1E 3D
Octal 246 272 177 13 0 40 33 120 36 75
Binary 10100110 10111010 1111111 1011 0 100000 11011 1010000 11110 111101

Color Harmonies of #A6BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA7F

Black with #A6BA7F

Text Example


Text Example

White with #A6BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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